Merge pull request #3412 from matrix-org/bwindels/explore-button

Add explore button in left panel to go show room directory
This commit is contained in:
Bruno Windels 2019-09-11 11:54:18 +00:00 committed by GitHub
commit 62ddc1e544
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 223 additions and 30 deletions

View file

@ -758,7 +758,7 @@ module.exports = createReactClass({
headerItems: this._getHeaderItems('im.vector.fake.recent'),
order: "recent",
incomingCall: incomingCallIfTaggedAs('im.vector.fake.recent'),
onAddRoom: () => {dis.dispatch({action: 'view_room_directory'})},
onAddRoom: () => {dis.dispatch({action: 'view_create_room'});},
},
];
const tagSubLists = Object.keys(this.state.lists)