mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fix(federatedfilesharing): Use valid mastodon URL for sharing
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
268aad3704
commit
30e02f2898
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ export default {
|
|||
return t('federatedfilesharing', 'Share with me through my #Nextcloud Federated Cloud ID')
|
||||
},
|
||||
shareMastodonUrl() {
|
||||
return `https://https://mastodon.xyz/?text=${encodeURIComponent(this.messageWithoutURL)}&url=${encodeURIComponent(this.reference)}`
|
||||
return `https://mastodon.social/?text=${encodeURIComponent(this.messageWithoutURL)}&url=${encodeURIComponent(this.reference)}`
|
||||
},
|
||||
shareXUrl() {
|
||||
return `https://x.com/intent/tweet?text=${encodeURIComponent(this.messageWithURL)}`
|
||||
|
|
|
|||
Loading…
Reference in a new issue