Merge pull request #3737 from matrix-org/travis/room-dir

Fix room directory maintaining and error state
pull/21833/head
Travis Ralston 2019-12-17 08:07:12 -07:00 committed by GitHub
commit 590ef79300
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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