{{ room.name }}
@if (roomUnreadCount(room.id) > 0) { {{ 'notifications.serverOverrides.unread' | translate: { count: formatUnreadCount(roomUnreadCount(room.id)) } }} }{{ room.description || ('notifications.serverOverrides.defaultRoomDescription' | translate) }}
{{ 'notifications.channels.title' | translate }}
{{ 'notifications.channels.mutedHint' | translate }}
@for (channel of textChannels(room); track channel.id) {
}
#
{{ channel.name }}
@if (channelUnreadCount(room.id, channel.id) > 0) {
{{ formatUnreadCount(channelUnreadCount(room.id, channel.id)) }}
}