diff options
author | Emmanuel ROHEE <erohee@amdocs.com> | 2014-09-11 11:31:24 +0200 |
---|---|---|
committer | Emmanuel ROHEE <erohee@amdocs.com> | 2014-09-11 11:31:24 +0200 |
commit | 7e7eb0efc14733b576942af4590683c8b749e94e (patch) | |
tree | dee7a5bb61e42874c473f073998d981ef905c453 /webclient/room/room.html | |
parent | getRoomEventIndex: improved speed for what it is used (diff) | |
download | synapse-7e7eb0efc14733b576942af4590683c8b749e94e.tar.xz |
Show room topic change in the chat history and in the recents
Diffstat (limited to '')
-rw-r--r-- | webclient/room/room.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/webclient/room/room.html b/webclient/room/room.html index 054b876f81..dba6586e00 100644 --- a/webclient/room/room.html +++ b/webclient/room/room.html @@ -113,6 +113,11 @@ ng-click="$parent.fullScreenImageURL = msg.content.url"/> </div> </div> + + <span ng-if="'m.room.topic' === msg.type"> + {{ members[msg.user_id].displayname || msg.user_id }} changed the topic to: {{ msg.content.topic }} + </span> + </div> </td> <td class="rightBlock"> |