report notification wip

This commit is contained in:
Shpuld Shpuldson 2020-11-15 13:57:02 +02:00
commit 15bed586dc
4 changed files with 23 additions and 1 deletions

View file

@ -21,6 +21,15 @@
key="follows"
: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"