aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_card
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-09-19 13:27:37 -0400
committertaehoon <th.dev91@gmail.com>2019-09-20 11:29:24 -0400
commitf4bbf1d4e205e3c3438226d0cf71e77d4bc0be11 (patch)
treedeed786195f463ffcf40e9d3d8d71faba9812f3d /src/components/user_card
parent90981dcce6bbed1ba7700a7f1f4d74838e217b55 (diff)
add new module and modal to post new status
Diffstat (limited to 'src/components/user_card')
-rw-r--r--src/components/user_card/user_card.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/user_card/user_card.js b/src/components/user_card/user_card.js
index d42be9fc..0c200ad1 100644
--- a/src/components/user_card/user_card.js
+++ b/src/components/user_card/user_card.js
@@ -170,7 +170,7 @@ export default {
this.$store.dispatch('setCurrent', attachment)
},
mentionUser () {
-
+ this.$store.dispatch('openPostStatusModal', { replyTo: true, repliedUser: this.user })
}
}
}