From 52a3ece8b6469ae602fdd717205049c8316ea637 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 6 Jun 2019 17:58:49 +0000 Subject: [PATCH] Added comments --- src/Worker/APDelivery.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Worker/APDelivery.php b/src/Worker/APDelivery.php index 9cef6b6d44..632f6cffc5 100644 --- a/src/Worker/APDelivery.php +++ b/src/Worker/APDelivery.php @@ -37,7 +37,9 @@ class APDelivery extends BaseObject } elseif ($cmd == Delivery::SUGGESTION) { $success = ActivityPub\Transmitter::sendContactSuggestion($uid, $inbox, $target_id); } elseif ($cmd == Delivery::RELOCATION) { + // @todo Implementation pending } elseif ($cmd == Delivery::POKE) { + // Implementation not planned } elseif ($cmd == Delivery::REMOVAL) { $success = ActivityPub\Transmitter::sendProfileDeletion($uid, $inbox); } elseif ($cmd == Delivery::PROFILEUPDATE) {