1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-17 17:42:41 +03:00

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

View File

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