mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 09:56:24 +00:00
Update src/plugins/voiceMuteBlockedUsers/index.tsx
Co-authored-by: goodbee <100511746+schoeneBiene@users.noreply.github.com>
This commit is contained in:
parent
b13a5c6d26
commit
1342ff12b8
1 changed files with 0 additions and 7 deletions
|
@ -4,13 +4,6 @@
|
||||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
* I got told to create a new plugin for that!
|
|
||||||
* I had the option to add this as a new* feature for src/plugins/noBlockedMessages
|
|
||||||
* But I also didnt like the name noBlockedMessages as this does nothing about messages. Only transforms a block to a "real" block.
|
|
||||||
* I asked if I should add this as a feature and maybe rename the plugin to noBlockedUsers but this was unofficially denied (not by a mantainer).
|
|
||||||
*/
|
|
||||||
|
|
||||||
import { NavContextMenuPatchCallback } from "@api/ContextMenu";
|
import { NavContextMenuPatchCallback } from "@api/ContextMenu";
|
||||||
import { definePluginSettings } from "@api/Settings";
|
import { definePluginSettings } from "@api/Settings";
|
||||||
import ErrorBoundary from "@components/ErrorBoundary";
|
import ErrorBoundary from "@components/ErrorBoundary";
|
||||||
|
|
Loading…
Reference in a new issue