{{ peerName() }}

{{ isGroupConversation() ? 'Group Chat' : 'Direct Message' }}

@if (showCallButton() && conversation()) { }
@if (conversation()) {
@for (messageStatus of messageStatuses(); track messageStatus.id) { {{ messageStatus.status }} }
@if (typingUsers().length > 0) {
{{ typingUsers().join(', ') }} {{ typingUsers().length === 1 ? 'is' : 'are' }} typing...
}
@if (showGifPicker()) {
} } @else {
Select a direct message from the rail.
}