mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-15 15:02:12 -04:00
Display public room topics if they exist on the public room list.
This commit is contained in:
parent
324020d5fe
commit
df50a6823f
2 changed files with 10 additions and 0 deletions
|
@ -34,6 +34,9 @@
|
|||
ng-show="room.num_joined_members">
|
||||
{{ room.num_joined_members }} {{ room.num_joined_members == 1 ? 'user' : 'users' }}
|
||||
</div>
|
||||
<div class="publicRoomTopic" ng-show="room.topic">
|
||||
{{ room.topic }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<br/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue