]> git.mxchange.org Git - friendica.git/commitdiff
Added comments
authorMichael <heluecht@pirati.ca>
Thu, 6 Jun 2019 17:58:49 +0000 (17:58 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 6 Jun 2019 17:58:49 +0000 (17:58 +0000)
src/Worker/APDelivery.php

index 9cef6b6d44b2107c008d5dc55a6ed8e2c7e8f69a..632f6cffc5dae09736391dafa11befa0ae6d7993 100644 (file)
@@ -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) {