@if (inRoom()) {
{{ roomName() }}
@if (isVoiceWorkspaceExpanded()) {
/
{{ connectedVoiceChannelName() }}
} @else if (textChannels().length > 0) {
/
{{ activeTextChannelName() }}
}
@if (showRoomCompatibilityNotice()) {
{{ signalServerCompatibilityError() }}
}
@if (showRoomReconnectNotice()) {
Reconnecting to signal server…
}
@if (roomContextMeta()) {
{{ roomContextMeta() }}
}
} @else {
{{ username() }} | {{ serverName() }}
Reconnecting…
}