Enable anonymous users to interact with statuses remotely

This commit is contained in:
Tusooa Zhu 2021-12-28 18:30:34 -05:00
commit 5cd18be47b
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
7 changed files with 48 additions and 7 deletions

View file

@ -12,13 +12,19 @@
icon="reply"
/>
</button>
<span v-else>
<a
v-else
class="button-unstyled interactive"
target="_blank"
role="button"
:href="remoteInteractionLink"
>
<FAIcon
icon="reply"
class="fa-scale-110 fa-old-padding"
:title="$t('tool_tip.reply')"
/>
</span>
</a>
<span
v-if="status.replies_count > 0"
class="action-counter"