]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/Delivery.php
Ensure that pokes are always send only via DFRN
[friendica.git] / src / Worker / Delivery.php
index 6cd824365175ee8b0b52d95cc09f61010e2dd2eb..97bc58ef67411fd52345cd85e74790c7105798d2 100644 (file)
@@ -26,7 +26,9 @@ class Delivery extends BaseObject
        const RELOCATION    = 'relocate';
        const DELETION      = 'drop';
        const POST          = 'wall-new';
+       const POKE          = 'poke';
        const COMMENT       = 'comment-new';
+       const ACTIVITY      = 'activity-new';
        const REMOVAL       = 'removeme';
        const PROFILEUPDATE = 'profileupdate';