Bruno Windels 473f2dd72b pass room to _loadMembersIfJoined, it's called when newState not applied
_loadMembersIfJoined is called from
_onRoomLoaded < _onRoomViewStoreUpdate, before incoming state
from the store is applied to this.state, so looking up the room
with this.state.roomId doesn't always work, which would cause
the members not to be loaded. Pass in the room instead.
2018-09-17 19:24:34 +02:00
..
2018-09-04 18:51:24 +01:00
2018-07-09 20:11:17 +01:00
2018-04-13 00:43:44 +01:00
2018-06-16 09:48:57 +01:00
2018-09-07 14:16:26 +02:00
2018-08-24 11:38:38 +01:00