diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-08-09 21:56:15 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-08-09 21:56:15 +0000 |
| commit | 750696643ffde27c1e8ae5a50253bbee5bfc4249 (patch) | |
| tree | 0d6cf88d2ae191f79b604057d5a06b322b77d2aa /src/components/interactions/interactions.vue | |
| parent | 7773e7de6454a7ecd79b695ba27cccabeaca184e (diff) | |
| parent | 572f28d7c9efea4300cb88063baf4daab91e7910 (diff) | |
Merge branch 'feat/report-notification' into 'develop'
#949 Feat/report notification
See merge request pleroma/pleroma-fe!1322
Diffstat (limited to 'src/components/interactions/interactions.vue')
| -rw-r--r-- | src/components/interactions/interactions.vue | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/components/interactions/interactions.vue b/src/components/interactions/interactions.vue index 57d5d87c..b7291c02 100644 --- a/src/components/interactions/interactions.vue +++ b/src/components/interactions/interactions.vue @@ -22,6 +22,15 @@ :label="$t('interactions.follows')" /> <span + key="reactions" + :label="$t('interactions.emoji_reactions')" + /> + <span + v-if="canSeeReports" + key="reports" + :label="$t('interactions.reports')" + /> + <span v-if="!allowFollowingMove" key="moves" :label="$t('interactions.moves')" |
