diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-12-02 12:08:12 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-12-02 12:08:12 +0000 |
| commit | 0c6737f33612f6808f687b896cc6e73ba635f0d2 (patch) | |
| tree | 913dbf52796c9b4f1d72613670332c66fa5997dd /src/components/account_actions/account_actions.js | |
| parent | 41d2fa2fd66ca33b0c83f65d608ee37f8ffcb152 (diff) | |
| parent | 7ebf3602d5d9a8630ffbe239bfe4431655046821 (diff) | |
Merge branch '712' into 'develop'
Move mention button right next to mute button
Closes #712
See merge request pleroma/pleroma-fe!1015
Diffstat (limited to 'src/components/account_actions/account_actions.js')
| -rw-r--r-- | src/components/account_actions/account_actions.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/account_actions/account_actions.js b/src/components/account_actions/account_actions.js index 204d506a..d2153680 100644 --- a/src/components/account_actions/account_actions.js +++ b/src/components/account_actions/account_actions.js @@ -25,9 +25,6 @@ const AccountActions = { }, reportUser () { this.$store.dispatch('openUserReportingModal', this.user.id) - }, - mentionUser () { - this.$store.dispatch('openPostStatusModal', { replyTo: true, repliedUser: this.user }) } } } |
