Add user search at

This commit is contained in:
Wyatt Benno 2019-07-18 03:40:02 +00:00 committed by Shpuld Shpludson
parent cc2e35f499
commit 5909baba7c
3 changed files with 22 additions and 5 deletions

View file

@ -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 () {