Add user search at
This commit is contained in:
parent
cc2e35f499
commit
5909baba7c
3 changed files with 22 additions and 5 deletions
|
@ -91,7 +91,8 @@ const UserSettings = {
|
|||
...this.$store.state.instance.emoji,
|
||||
...this.$store.state.instance.customEmoji
|
||||
],
|
||||
users: this.$store.state.users.users
|
||||
users: this.$store.state.users.users,
|
||||
updateUsersList: (input) => this.$store.dispatch('searchUsers', input)
|
||||
})
|
||||
},
|
||||
emojiSuggestor () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue