mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-06 14:04:59 -04:00
Replace lots of .events.rooms[room_id] with .room
This commit is contained in:
parent
b0f0b7b75e
commit
f21960ec9d
4 changed files with 22 additions and 16 deletions
|
@ -77,7 +77,7 @@ angular.module('modelService', [])
|
|||
/***** Room State Object *****/
|
||||
var RoomState = function RoomState() {
|
||||
// list of RoomMember
|
||||
this.members = [];
|
||||
this.members = {};
|
||||
// state events, the key is a compound of event type + state_key
|
||||
this.state_events = {};
|
||||
this.pagination_token = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue