mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 01:15:28 +00:00
Fix Korean language name.
This commit is contained in:
@@ -249,8 +249,9 @@ export const ServerListSidebar = observer(({ unreads, lastOpened }: Props) => {
|
||||
x.channel?.channel_type === "DirectMessage" &&
|
||||
x.channel.active &&
|
||||
x.unread
|
||||
)
|
||||
) {
|
||||
alertCount++;
|
||||
}
|
||||
}
|
||||
|
||||
alertCount += [...client.users.values()].filter(
|
||||
|
||||
Reference in New Issue
Block a user