From e2c6f2f96fc9b40a6c3386db56cd12d726cc82a7 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Tue, 8 Mar 2016 20:01:06 +0100 Subject: [PATCH] Let's be consistent with URL verbs --- lib/activityverb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';