mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-04 21:05:06 -04:00
webclient SYWEB-3 : Public rooms are bold. Can't think of a nicer way which doesn't clutter the recents list.
This commit is contained in:
parent
246f5d2e20
commit
16f55d4275
4 changed files with 18 additions and 1 deletions
|
@ -120,6 +120,8 @@ angular.module('eventStreamService', [])
|
|||
if ("state" in room) {
|
||||
eventHandlerService.handleEvents(room.state, false, true);
|
||||
}
|
||||
|
||||
eventHandlerService.setRoomVisibility(room.room_id, room.visibility);
|
||||
}
|
||||
|
||||
var presence = response.data.presence;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue