You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-19 20:23:18 +03:00
Update tab completion list when we have a room
Fixes https://github.com/vector-im/vector-web/issues/1737
This commit is contained in:
@ -204,6 +204,9 @@ module.exports = React.createClass({
|
||||
user_is_in_room = this.state.room.hasMembershipState(
|
||||
MatrixClientPeg.get().credentials.userId, 'join'
|
||||
);
|
||||
|
||||
// update the tab complete list now we have a room
|
||||
this._updateTabCompleteList();
|
||||
}
|
||||
|
||||
if (!user_is_in_room && this.state.roomId) {
|
||||
|
Reference in New Issue
Block a user