Skip to content

Commit

Permalink
Merge pull request #27845 from nextcloud/update-diaspora-url
Browse files Browse the repository at this point in the history
Use proper "Share to Diaspora" URL
  • Loading branch information
LukasReschke authored Jul 8, 2021
2 parents 726f23f + 69ffd79 commit 040bc04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/federatedfilesharing/templates/settings-personal.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
Twitter
</button>
<button class="social-diaspora pop-up"
data-url='https://sharetodiaspora.github.io/?title=<?php p($_['message_without_URL']); ?>&url=<?php p(urlencode($_['reference'])); ?>'>
data-url='https://share.diasporafoundation.org/?title=<?php p($_['message_without_URL']); ?>&url=<?php p(urlencode($_['reference'])); ?>'>
Diaspora
</button>
<button id="oca-files-sharing-add-to-your-website">
Expand Down

0 comments on commit 040bc04

Please sign in to comment.