diff options
-rw-r--r-- | src/plugins/showHiddenChannels.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/showHiddenChannels.tsx b/src/plugins/showHiddenChannels.tsx index c969b30..e1eff86 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:"} </Text> <div style={{ color: "var(--text-normal)", marginTop: 10 }}> - {Parser.parseTopic(channel.topic, true, { channelId: channel.id })} + {Parser.parseTopic(channel.topic, false, { channelId: channel.id })} </div> </> )} |