mirror of
https://github.com/friendica/friendica
synced 2025-04-29 21:04:24 +02:00
Add docs
This commit is contained in:
parent
a83dfc11a0
commit
3897c74deb
21 changed files with 439 additions and 122 deletions
|
@ -828,7 +828,7 @@ class Contact extends BaseObject
|
|||
} elseif (in_array($protocol, [Protocol::OSTATUS, Protocol::DFRN])) {
|
||||
// create an unfollow slap
|
||||
$item = [];
|
||||
$item['verb'] = Activity\ANamespace::OSTATUS . "/unfollow";
|
||||
$item['verb'] = Activity::O_UNFOLLOW;
|
||||
$item['follow'] = $contact["url"];
|
||||
$item['body'] = '';
|
||||
$item['title'] = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue