diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2021-12-28 18:30:34 -0500 |
|---|---|---|
| committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-07-01 13:03:45 -0400 |
| commit | 5cd18be47b53d62c3f5bc6587a04ae3e0479d23c (patch) | |
| tree | 0e5e94e2494ed094dbdee36af12d9b4ddb92ad2e /src/components/reply_button/reply_button.js | |
| parent | 56501e95c42859a826ad0f0b11de4e6b189b9f92 (diff) | |
Enable anonymous users to interact with statuses remotely
Diffstat (limited to 'src/components/reply_button/reply_button.js')
| -rw-r--r-- | src/components/reply_button/reply_button.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/reply_button/reply_button.js b/src/components/reply_button/reply_button.js index c7bd2a2b..fb1c43cf 100644 --- a/src/components/reply_button/reply_button.js +++ b/src/components/reply_button/reply_button.js @@ -9,6 +9,9 @@ const ReplyButton = { computed: { loggedIn () { return !!this.$store.state.users.currentUser + }, + remoteInteractionLink () { + return this.$store.getters.remoteInteractionLink({ statusId: this.status.id }) } } } |
