Show room name updates in room history and recents.

Update it with the latest value
This commit is contained in:
Emmanuel ROHEE 2014-09-12 10:12:56 +02:00
parent 8b3ce85183
commit 6ea20f3503
4 changed files with 50 additions and 38 deletions

View file

@ -80,6 +80,10 @@
{{ room.lastMsg.user_id | mUserDisplayName: room.room_id }} changed the topic to: {{ room.lastMsg.content.topic }}
</div>
<div ng-switch-when="m.room.name">
{{ room.lastMsg.user_id | mUserDisplayName: room.room_id }} changed the room name to: {{ room.lastMsg.content.name }}
</div>
<div ng-switch-default>
<div ng-if="room.lastMsg.type.indexOf('m.call.') === 0">
Call