mirror of
https://github.com/friendica/friendica
synced 2025-04-26 21:10:16 +00:00
Profile update is now done via APDelivery
This commit is contained in:
parent
93ccca5807
commit
72c3a62e7f
4 changed files with 30 additions and 20 deletions
|
@ -18,6 +18,8 @@ class APDelivery extends BaseObject
|
|||
if ($cmd == Delivery::MAIL) {
|
||||
} elseif ($cmd == Delivery::SUGGESTION) {
|
||||
} elseif ($cmd == Delivery::RELOCATION) {
|
||||
} elseif ($cmd == Delivery::PROFILEUPDATE) {
|
||||
ActivityPub::transmitProfileUpdate($uid, $inbox);
|
||||
} else {
|
||||
$data = ActivityPub::createActivityFromItem($item_id);
|
||||
if (!empty($data)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue