$vuetify.icons.ic_new_room
{{
$t("menu.new_room")
}}
{{
room.name.substring(0, 1).toUpperCase()
}}
{{ room.name }}
{{ room.topic }}
{{
$t("menu.join") }}
{{
$t("menu.ignore") }}
{{
room.name.substring(0, 1).toUpperCase()
}}
{{ room.name }}
{{ $t("room.room_list_new_messages", { count: notificationCount(room) }) }}
$vuetify.icons.ic_circle_filled
$vuetify.icons.ic_circle