mirror of
https://github.com/friendica/friendica
synced 2025-04-26 21:10:16 +00:00
Preparation for suggestions under AP
This commit is contained in:
parent
1551570b7f
commit
192c6c8d4f
2 changed files with 31 additions and 0 deletions
|
@ -25,6 +25,7 @@ class APDelivery extends BaseObject
|
|||
|
||||
if ($cmd == Delivery::MAIL) {
|
||||
} elseif ($cmd == Delivery::SUGGESTION) {
|
||||
ActivityPub\Transmitter::sendContactSuggestion($uid, $inbox, $item_id);
|
||||
} elseif ($cmd == Delivery::RELOCATION) {
|
||||
} elseif ($cmd == Delivery::REMOVAL) {
|
||||
ActivityPub\Transmitter::sendProfileDeletion($uid, $inbox);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue