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 3b843dbfad
commit c4881db86c
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