]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/activityverb.php
[CORE][FRAMEWORK] URL_REGEX_VALID_PATH_CHARS didn't recognize the parenthesis sign.
[quix0rs-gnu-social.git] / lib / activityverb.php
index 187962d617e6f442bee041fb60258a5390ff8ac4..c940246d156d72a4f086a170a3965344dd92d374 100644 (file)
@@ -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';