Preparation for suggestions under AP

This commit is contained in:
Michael 2018-10-06 18:42:26 +00:00
parent 1551570b7f
commit 192c6c8d4f
2 changed files with 31 additions and 0 deletions

View file

@ -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);