X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Factivityverb.php;h=187962d617e6f442bee041fb60258a5390ff8ac4;hb=3251ef3b518ef9db55fbab0693d8b0f654dcda58;hp=dc6f9c93f4719b50b733c021ff1b83ed08613084;hpb=2b58d6b774e329a71b8e9b7462c1ae81b70c98ca;p=quix0rs-gnu-social.git diff --git a/lib/activityverb.php b/lib/activityverb.php index dc6f9c93f4..187962d617 100644 --- a/lib/activityverb.php +++ b/lib/activityverb.php @@ -54,9 +54,9 @@ 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://... // Custom OStatus verbs for the flipside until they're standardized - const DELETE = 'http://ostatus.org/schema/1.0/unfollow'; const UNFAVORITE = 'http://activitystrea.ms/schema/1.0/unfavorite'; const UNLIKE = 'http://activitystrea.ms/schema/1.0/unlike'; // This is a synonym of unfavorite const UNFOLLOW = 'http://ostatus.org/schema/1.0/unfollow';