]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/Activity.php
Merge pull request #11959 from annando/notice
[friendica.git] / src / Protocol / Activity.php
index 0f15e851c3df8ee3a5ec7900bcceffb27f68d040..ea1feeefee82c2d4259f05ac3e5c0ea1bc4ee2f8 100644 (file)
@@ -164,15 +164,6 @@ final class Activity
         */
        const ANNOUNCE   = ActivityNamespace::ACTIVITY2 . 'Announce';
 
-       /**
-        * Pokes an user.
-        *
-        * @see https://github.com/friendica/friendica/wiki/ActivityStreams#activity_poke
-        * @var string
-        */
-       const POKE       = ActivityNamespace::ZOT . '/activity/poke';
-
-
        const O_UNFOLLOW    = ActivityNamespace::OSTATUS . '/unfollow';
        const O_UNFAVOURITE = ActivityNamespace::OSTATUS . '/unfavorite';