mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-11-12 19:12:32 -05:00
Show room name updates in room history and recents.
Update it with the latest value
This commit is contained in:
parent
8b3ce85183
commit
6ea20f3503
4 changed files with 50 additions and 38 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue