@if (inRoom()) { {{ roomName() }} @if (isVoiceWorkspaceExpanded()) { / {{ connectedVoiceChannelName() }} } @else if (textChannels().length > 0) { / {{ activeTextChannelName() }} } @if (showRoomCompatibilityNotice()) { {{ signalServerCompatibilityError() }} } @if (showRoomReconnectNotice()) { Reconnecting to signal server... } @if (roomContextMeta()) { } } @else if (!isInDirectMessage()) {
{{ username() }} | {{ serverName() }} Reconnecting...
}
@if (hasServerPlugins()) { } @if (isElectron()) { }
@if (showMenu()) {
@if (inRoom()) { }
{{ inviteStatus() }}
}
@if (isElectron()) { }
@if (optionalPluginRequirement(); as requirement) {

Optional server plugin available: {{ requirement.manifest?.title || requirement.pluginId }} @if (optionalPluginRequirementCount() > 1) { +{{ optionalPluginRequirementCount() - 1 }} more }

@if (pluginRequirementError()) { {{ pluginRequirementError() }} }
} @if (requiredPluginRequirements().length > 0 && currentRoom()) { } @if (showMenu()) {
} @if (showLeaveConfirm() && currentRoom()) { }