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

Fix room directory maintaining and error state
This commit is contained in:
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

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