Let's be consistent with URL verbs

This commit is contained in:
Mikael Nordfeldth 2016-03-08 20:01:06 +01:00
parent e4310a57cd
commit e2c6f2f96f
1 changed files with 1 additions and 1 deletions

View File

@ -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';