Merge pull request #3737 from matrix-org/travis/room-dir
Fix room directory maintaining and error statepull/21833/head
commit
590ef79300
|
@ -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…
Reference in New Issue