X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Factivityverb.php;h=c940246d156d72a4f086a170a3965344dd92d374;hb=11dc170eade226e3db9f26742b24ebecff83b490;hp=187962d617e6f442bee041fb60258a5390ff8ac4;hpb=77951647cef2b025f4c5731c00713a455d20498d;p=quix0rs-gnu-social.git diff --git a/lib/activityverb.php b/lib/activityverb.php index 187962d617..c940246d15 100644 --- a/lib/activityverb.php +++ b/lib/activityverb.php @@ -54,7 +54,8 @@ class ActivityVerb const FRIEND = 'http://activitystrea.ms/schema/1.0/make-friend'; const JOIN = 'http://activitystrea.ms/schema/1.0/join'; const TAG = 'http://activitystrea.ms/schema/1.0/tag'; - const DELETE = 'delete'; // the url part is not used anymore, and this feature is new enough to avoid problems with legacy nodes if used without http://... + const DELETE = 'http://activitystrea.ms/schema/1.0/delete'; + const UPDATE = 'http://activitystrea.ms/schema/1.0/update'; // Custom OStatus verbs for the flipside until they're standardized const UNFAVORITE = 'http://activitystrea.ms/schema/1.0/unfavorite';