add new module and modal to post new status

This commit is contained in:
taehoon 2019-09-19 13:27:37 -04:00
parent 90981dcce6
commit f4bbf1d4e2
7 changed files with 100 additions and 3 deletions

View file

@ -170,7 +170,7 @@ export default {
this.$store.dispatch('setCurrent', attachment)
},
mentionUser () {
this.$store.dispatch('openPostStatusModal', { replyTo: true, repliedUser: this.user })
}
}
}