Enable anonymous users to interact with statuses remotely
This commit is contained in:
parent
56501e95c4
commit
5cd18be47b
7 changed files with 48 additions and 7 deletions
|
|
@ -26,6 +26,9 @@ const RetweetButton = {
|
|||
computed: {
|
||||
mergedConfig () {
|
||||
return this.$store.getters.mergedConfig
|
||||
},
|
||||
remoteInteractionLink () {
|
||||
return this.$store.getters.remoteInteractionLink({ statusId: this.status.id })
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue