mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-22 16:44:38 -04:00
Show room topic change in the chat history and in the recents
This commit is contained in:
parent
8dcb6f24b5
commit
7e7eb0efc1
4 changed files with 35 additions and 4 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue