diff --git a/src/components/extra_buttons/extra_buttons.js b/src/components/extra_buttons/extra_buttons.js index 3110015a..a2003b79 100644 --- a/src/components/extra_buttons/extra_buttons.js +++ b/src/components/extra_buttons/extra_buttons.js @@ -193,6 +193,9 @@ const ExtraButtons = { return this.status.external_url } }, + showFediLinks () { + return this.$store.getters.mergedConfig.showFediLinks === true + }, fediLinkURL () { try { return this.statusLink.replace(/^https?/, 'web+ap') diff --git a/src/components/extra_buttons/extra_buttons.vue b/src/components/extra_buttons/extra_buttons.vue index 5e08fd37..8a59af8b 100644 --- a/src/components/extra_buttons/extra_buttons.vue +++ b/src/components/extra_buttons/extra_buttons.vue @@ -128,7 +128,7 @@ />{{ $t("status.copy_link") }}