From 49aacccc1955f5e15aadec2242000384b3fe499d Mon Sep 17 00:00:00 2001 From: Vendicated Date: Wed, 25 Jan 2023 21:06:22 +0100 Subject: [PATCH] shc: Make topic not inline --- src/plugins/showHiddenChannels.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/showHiddenChannels.tsx b/src/plugins/showHiddenChannels.tsx index c969b305c..e1eff86ad 100644 --- a/src/plugins/showHiddenChannels.tsx +++ b/src/plugins/showHiddenChannels.tsx @@ -210,7 +210,7 @@ export default definePlugin({ {channel.type === ChannelTypes.GUILD_FORUM ? "Guidelines:" : "Topic:"}
- {Parser.parseTopic(channel.topic, true, { channelId: channel.id })} + {Parser.parseTopic(channel.topic, false, { channelId: channel.id })}
)}