[matrix]
{{ room_id | mRoomName }}
{{ events.rooms[room_id]['m.room.topic'].content.topic | limitTo: 200}}
{{ member.displayname || member.id.substr(0, member.id.indexOf(':')) }}
{{ member.id | mUserDisplayName: room_id }}
{{ member.id.substr(0, member.id.indexOf(':')) }}
{{ member.id.substr(member.id.indexOf(':')) }}
{{ member.last_active_ago + (now - member.last_updated) | duration }}
ago
{{ msg.user_id | mUserDisplayName: room_id }}
{{ (msg.origin_server_ts) | date:'MMM d HH:mm' }}
{{ members[msg.state_key].displayname || msg.state_key }} joined {{ members[msg.state_key].displayname || msg.state_key }} left {{ members[msg.user_id].displayname || msg.user_id }} {{ {"join": "kicked", "ban": "unbanned"}[msg.content.prev] }} {{ members[msg.state_key].displayname || msg.state_key }} : {{ msg.content.reason }} {{ members[msg.user_id].displayname || msg.user_id }} {{ {"invite": "invited", "ban": "banned"}[msg.content.membership] }} {{ members[msg.state_key].displayname || msg.state_key }} : {{ msg.content.reason }} {{ msg.user_id }} changed their display name from {{ msg.prev_content.displayname }} to {{ msg.content.displayname }} Outgoing Call{{ isWebRTCSupported ? '' : ' (But your browser does not support VoIP)' }} Incoming Call{{ isWebRTCSupported ? '' : ' (But your browser does not support VoIP)' }}
{{ members[msg.user_id].displayname || msg.user_id }} changed the topic to: {{ msg.content.topic }} {{ members[msg.user_id].displayname || msg.user_id }} changed the room name to: {{ msg.content.name }}
{{ state.permission_denied }}
{{ state.user_id }}