Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
dc7037b4fa
1 changed files with 1 additions and 1 deletions
|
@ -46,6 +46,6 @@ export function groupRoomFromApiObject(apiObject) {
|
|||
topic: apiObject.topic,
|
||||
numJoinedMembers: apiObject.num_joined_members,
|
||||
worldReadable: apiObject.world_readable,
|
||||
canGuestsJoin: apiObject.can_guests_join,
|
||||
guestCanJoin: apiObject.guest_can_join,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue