diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2021-07-08 13:00:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-08 13:00:28 +0200 |
commit | 040bc04287dd955194aaa9ec53d69e95d5bb5385 (patch) | |
tree | 2aa7447677cfd51c87f364dfeac7b6caa3c79723 /apps/federatedfilesharing | |
parent | 726f23ffd9f779d464232d7f088bcfe32e0ad730 (diff) | |
parent | 69ffd7973e1f636cd1e1fb6db0e804a6773e8876 (diff) | |
download | nextcloud-server-040bc04287dd955194aaa9ec53d69e95d5bb5385.tar.gz nextcloud-server-040bc04287dd955194aaa9ec53d69e95d5bb5385.zip |
Merge pull request #27845 from nextcloud/update-diaspora-url
Use proper "Share to Diaspora" URL
Diffstat (limited to 'apps/federatedfilesharing')
-rw-r--r-- | apps/federatedfilesharing/templates/settings-personal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/templates/settings-personal.php b/apps/federatedfilesharing/templates/settings-personal.php index 38ca4e69e8c..1804921aa1b 100644 --- a/apps/federatedfilesharing/templates/settings-personal.php +++ b/apps/federatedfilesharing/templates/settings-personal.php @@ -31,7 +31,7 @@ style('federatedfilesharing', 'settings-personal'); 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"> |