]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/APDelivery.php
Ensure that pokes are always send only via DFRN
[friendica.git] / src / Worker / APDelivery.php
index 25c1dfb71929a7269166b61c035ad05b248b0282..9cef6b6d44b2107c008d5dc55a6ed8e2c7e8f69a 100644 (file)
@@ -37,6 +37,7 @@ class APDelivery extends BaseObject
                } elseif ($cmd == Delivery::SUGGESTION) {
                        $success = ActivityPub\Transmitter::sendContactSuggestion($uid, $inbox, $target_id);
                } elseif ($cmd == Delivery::RELOCATION) {
+               } elseif ($cmd == Delivery::POKE) {
                } elseif ($cmd == Delivery::REMOVAL) {
                        $success = ActivityPub\Transmitter::sendProfileDeletion($uid, $inbox);
                } elseif ($cmd == Delivery::PROFILEUPDATE) {