scuffed reaction emoji support and a lot of jank
This commit is contained in:
parent
b07659f474
commit
8a17e3f95e
7 changed files with 178 additions and 104 deletions
|
@ -60,6 +60,7 @@ const EmojiReactions = {
|
|||
}
|
||||
},
|
||||
reactWith (emoji) {
|
||||
console.log(this.status)
|
||||
this.$store.dispatch('reactWithEmoji', { id: this.status.id, emoji })
|
||||
const emojiObject = findEmojiByReplacement(this.$store.state, emoji)
|
||||
this.$store.commit('emojiUsed', emojiObject)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue