mirror of
https://github.com/nextcloud/server.git
synced 2026-03-24 11:24:37 -04:00
Merge pull request #27845 from nextcloud/update-diaspora-url
Use proper "Share to Diaspora" URL
This commit is contained in:
commit
040bc04287
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue