mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-13 02:10:42 -05:00
Added num_joined_users key to /publicRooms for each room. Show this information in the webclient.
This commit is contained in:
parent
942d8412c4
commit
76fe7d4eba
4 changed files with 15 additions and 2 deletions
|
|
@ -9,7 +9,7 @@
|
|||
{{ room.room_id | mRoomName }}
|
||||
</td>
|
||||
<td class="recentsRoomSummaryTS">
|
||||
{{ room.numUsersInRoom }} users
|
||||
{{ room.numUsersInRoom }} {{ room.numUsersInRoom == 1 ? 'user' : 'users' }}
|
||||
</td>
|
||||
<td class="recentsRoomSummaryTS">
|
||||
{{ (room.lastMsg.ts) | date:'MMM d HH:mm' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue