diff --git a/webclient/room/room.html b/webclient/room/room.html
index 85ae0eeca..38b6d591e 100644
--- a/webclient/room/room.html
+++ b/webclient/room/room.html
@@ -96,11 +96,11 @@
ng-hide="events.rooms[room_id].messages[$index - 1].user_id === msg.user_id || msg.user_id === state.user_id"/>
-
-
+
+
{{ members[msg.state_key].displayname || msg.state_key }} joined
-
+
{{ members[msg.state_key].displayname || msg.state_key }} left
@@ -114,7 +114,7 @@
+ 'ban' === msg.content.membership && msg.changedKey === 'membership'">
{{ members[msg.user_id].displayname || msg.user_id }}
{{ {"invite": "invited", "ban": "banned"}[msg.content.membership] }}
{{ members[msg.state_key].displayname || msg.state_key }}
@@ -122,25 +122,24 @@
: {{ 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)' }}
+ Outgoing Call{{ isWebRTCSupported ? '' : ' (But your browser does not support VoIP)' }}
+ Incoming Call{{ isWebRTCSupported ? '' : ' (But your browser does not support VoIP)' }}
@@ -148,15 +147,15 @@
+ ng-click="$parent.fullScreenImageURL = msg.content.url; $event.stopPropagation();"/>
-
+
{{ 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 }}
|