From 1342ff12b89ae8b18f443d6398ce083ee938c5fa Mon Sep 17 00:00:00 2001 From: Vexify4103 <47192617+Vexify4103@users.noreply.github.com> Date: Thu, 7 Nov 2024 18:39:07 +0100 Subject: [PATCH] Update src/plugins/voiceMuteBlockedUsers/index.tsx Co-authored-by: goodbee <100511746+schoeneBiene@users.noreply.github.com> --- src/plugins/voiceMuteBlockedUsers/index.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/plugins/voiceMuteBlockedUsers/index.tsx b/src/plugins/voiceMuteBlockedUsers/index.tsx index e9f5e8bdf..e6574ea55 100644 --- a/src/plugins/voiceMuteBlockedUsers/index.tsx +++ b/src/plugins/voiceMuteBlockedUsers/index.tsx @@ -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";