You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-18 09:22:18 +03:00
Order tab complete by most recently spoke
Fixes https://github.com/vector-im/vector-web/issues/1741
This commit is contained in:
@ -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())
|
||||
)
|
||||
);
|
||||
|
Reference in New Issue
Block a user