mirror of
https://github.com/friendica/friendica
synced 2025-05-15 11:44:10 +02:00
OStatus support removed
This commit is contained in:
parent
eb066b258d
commit
e8a3be6820
87 changed files with 773 additions and 4383 deletions
|
@ -50,7 +50,7 @@ class NoScrape extends BaseModule
|
|||
'account-type' => $owner['account-type'],
|
||||
];
|
||||
|
||||
$dfrn_pages = ['request', 'confirm', 'notify', 'poll'];
|
||||
$dfrn_pages = ['notify', 'poll'];
|
||||
foreach ($dfrn_pages as $dfrn) {
|
||||
$json_info["dfrn-{$dfrn}"] = DI::baseUrl() . "/dfrn_{$dfrn}/{$which}";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue