1
0
Fork 1
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:
Vexify4103 2024-11-07 18:39:07 +01:00 committed by GitHub
parent b13a5c6d26
commit 1342ff12b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,13 +4,6 @@
* 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 { definePluginSettings } from "@api/Settings";
import ErrorBoundary from "@components/ErrorBoundary";