move mention button right next to mute button

This commit is contained in:
taehoon 2019-11-26 19:57:27 -05:00
parent 41d2fa2fd6
commit 7ebf3602d5
4 changed files with 15 additions and 17 deletions

View file

@ -149,6 +149,9 @@ export default {
}
this.$store.dispatch('setMedia', [attachment])
this.$store.dispatch('setCurrent', attachment)
},
mentionUser () {
this.$store.dispatch('openPostStatusModal', { replyTo: true, repliedUser: this.user })
}
}
}