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,
|
roomServer: server,
|
||||||
instanceId: instanceId,
|
instanceId: instanceId,
|
||||||
includeAll: includeAll,
|
includeAll: includeAll,
|
||||||
|
error: null,
|
||||||
}, this.refreshRoomList);
|
}, this.refreshRoomList);
|
||||||
// We also refresh the room list each time even though this
|
// We also refresh the room list each time even though this
|
||||||
// filtering is client-side. It hopefully won't be client side
|
// filtering is client-side. It hopefully won't be client side
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue