We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4342a44 commit 4f4a68bCopy full SHA for 4f4a68b
1 file changed
apps/federatedfilesharing/src/components/PersonalSettings.vue
@@ -118,7 +118,7 @@ export default {
118
return t('federatedfilesharing', 'Share with me through my #Nextcloud Federated Cloud ID')
119
},
120
shareMastodonUrl() {
121
- 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)}`
122
123
shareXUrl() {
124
return `https://x.com/intent/tweet?text=${encodeURIComponent(this.messageWithURL)}`
0 commit comments