diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-11-21 19:34:19 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-11-21 19:34:19 +0000 |
| commit | 513b81a23bd3d6aa308f538a2705d690fe90dc40 (patch) | |
| tree | e4a815ae42241e2a6b02fbf4251db1f0bde65bf7 /src/components/retweet_button/retweet_button.js | |
| parent | 8a87d82b7baf6cd8c4d1f33ee04d9fa1a25ae825 (diff) | |
| parent | d30e39ca32caf33ccaef7ec1b1c2756456bdb0e0 (diff) | |
Merge branch 'from/develop/tusooa/remote-xact' into 'develop'
Remote interaction with posts: frontend part
See merge request pleroma/pleroma-fe!1419
Diffstat (limited to 'src/components/retweet_button/retweet_button.js')
| -rw-r--r-- | src/components/retweet_button/retweet_button.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/retweet_button/retweet_button.js b/src/components/retweet_button/retweet_button.js index b7911814..4d92b5fa 100644 --- a/src/components/retweet_button/retweet_button.js +++ b/src/components/retweet_button/retweet_button.js @@ -36,6 +36,9 @@ const RetweetButton = { computed: { mergedConfig () { return this.$store.getters.mergedConfig + }, + remoteInteractionLink () { + return this.$store.getters.remoteInteractionLink({ statusId: this.status.id }) } } } |
