feat: handle nsfw flag & added monospace font (#258)

This commit is contained in:
Marie
2021-10-31 18:57:35 +01:00
committed by GitHub
parent f1a6530db0
commit 3805072442
4 changed files with 30 additions and 3 deletions

View File

@@ -103,7 +103,7 @@ const TextChannel = observer(({ channel }: { channel: ChannelI }) => {
!!(
(channel.channel_type === "TextChannel" ||
channel.channel_type === "Group") &&
channel.name?.includes("nsfw")
channel.nsfw
)
}>
<ChannelHeader