Update HideMutedCategories.plugin.js

This commit is contained in:
Mirco Wittrien 2022-10-20 12:59:53 +02:00
parent 282ae49034
commit c86187167d
1 changed files with 0 additions and 3 deletions

View File

@ -141,9 +141,6 @@ module.exports = (_ => {
let channel = BDFDB.LibraryStores.ChannelStore.getChannel(channelId); let channel = BDFDB.LibraryStores.ChannelStore.getChannel(channelId);
return channel && channel.parent_id && BDFDB.LibraryStores.UserGuildSettingsStore.isChannelMuted(guildId, channel.parent_id); return channel && channel.parent_id && BDFDB.LibraryStores.UserGuildSettingsStore.isChannelMuted(guildId, channel.parent_id);
} }
patchList (guildId, selectedChannel, selectedVoiceChannel, returnvalue) {
}
}; };
})(window.BDFDB_Global.PluginUtils.buildPlugin(changeLog)); })(window.BDFDB_Global.PluginUtils.buildPlugin(changeLog));
})(); })();