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

@ -26,6 +26,9 @@ const RetweetButton = {
computed: {
mergedConfig () {
return this.$store.getters.mergedConfig
},
remoteInteractionLink () {
return this.$store.getters.remoteInteractionLink({ statusId: this.status.id })
}
}
}