mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Merge pull request #3737 from matrix-org/travis/room-dir
Fix room directory maintaining and error state
This commit is contained in:
commit
590ef79300
1 changed files with 1 additions and 0 deletions
|
@ -270,6 +270,7 @@ module.exports = createReactClass({
|
|||
roomServer: server,
|
||||
instanceId: instanceId,
|
||||
includeAll: includeAll,
|
||||
error: null,
|
||||
}, this.refreshRoomList);
|
||||
// We also refresh the room list each time even though this
|
||||
// filtering is client-side. It hopefully won't be client side
|
||||
|
|
Loading…
Reference in a new issue