From: Mikael Nordfeldth Date: Tue, 8 Mar 2016 19:01:06 +0000 (+0100) Subject: Let's be consistent with URL verbs X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e2c6f2f96fc9b40a6c3386db56cd12d726cc82a7;p=quix0rs-gnu-social.git Let's be consistent with URL verbs --- diff --git a/lib/activityverb.php b/lib/activityverb.php index 187962d617..c59c6371b6 100644 --- a/lib/activityverb.php +++ b/lib/activityverb.php @@ -54,7 +54,7 @@ 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'; // Custom OStatus verbs for the flipside until they're standardized const UNFAVORITE = 'http://activitystrea.ms/schema/1.0/unfavorite';