Order tab complete by most recently spoke
Fixes https://github.com/vector-im/vector-web/issues/1741
This commit is contained in:
parent
a5272542ef
commit
0dde891d4c
2 changed files with 20 additions and 2 deletions
|
@ -533,7 +533,7 @@ module.exports = React.createClass({
|
|||
|
||||
UserProvider.getInstance().setUserList(members);
|
||||
this.tabComplete.setCompletionList(
|
||||
MemberEntry.fromMemberList(members).concat(
|
||||
MemberEntry.fromMemberList(this.state.room, members).concat(
|
||||
CommandEntry.fromCommands(SlashCommands.getCommandList())
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue