aboutsummaryrefslogtreecommitdiff
path: root/src/components/extra_buttons/extra_buttons.js
diff options
context:
space:
mode:
authorWeblate <noreply@weblate.org>2022-07-31 23:00:53 +0000
committerWeblate <noreply@weblate.org>2022-07-31 23:00:53 +0000
commit71d9bbb56bf0927ce29e926e6e717c5ac8304f20 (patch)
tree9093fda29c7b5f27cd74d38aba42f40ca0966daf /src/components/extra_buttons/extra_buttons.js
parente0aeab04b8c1c296d2e16943f7333e05f5b2450b (diff)
parent33ad712852088f8b99a82ec561733d41d63b0034 (diff)
Merge remote-tracking branch 'origin/develop' into develop
Diffstat (limited to 'src/components/extra_buttons/extra_buttons.js')
-rw-r--r--src/components/extra_buttons/extra_buttons.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/extra_buttons/extra_buttons.js b/src/components/extra_buttons/extra_buttons.js
index dd45b6b9..2f534896 100644
--- a/src/components/extra_buttons/extra_buttons.js
+++ b/src/components/extra_buttons/extra_buttons.js
@@ -89,6 +89,9 @@ const ExtraButtons = {
canMute () {
return !!this.currentUser
},
+ canBookmark () {
+ return !!this.currentUser
+ },
statusLink () {
return `${this.$store.state.instance.server}${this.$router.resolve({ name: 'conversation', params: { id: this.status.id } }).href}`
}