Skip to content

Commit 4f4a68b

Browse files
authored
fix(federatedfilesharing): Use valid mastodon URL for sharing
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 4342a44 commit 4f4a68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/federatedfilesharing/src/components/PersonalSettings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export default {
118118
return t('federatedfilesharing', 'Share with me through my #Nextcloud Federated Cloud ID')
119119
},
120120
shareMastodonUrl() {
121-
return `https://https://mastodon.xyz/?text=${encodeURIComponent(this.messageWithoutURL)}&url=${encodeURIComponent(this.reference)}`
121+
return `https://mastodon.social/?text=${encodeURIComponent(this.messageWithoutURL)}&url=${encodeURIComponent(this.reference)}`
122122
},
123123
shareXUrl() {
124124
return `https://x.com/intent/tweet?text=${encodeURIComponent(this.messageWithURL)}`

0 commit comments

Comments
 (0)