From: Eugen Rochko Date: Wed, 14 Dec 2016 14:13:39 +0000 (+0100) Subject: Fixed AS delete verb X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=4284093aa3c33ee7d163d6d4343e60eb4df561c6;p=mastodon.git Fixed AS delete verb --- diff --git a/app/lib/tag_manager.rb b/app/lib/tag_manager.rb index bd4cbbbb0..78dec28aa 100644 --- a/app/lib/tag_manager.rb +++ b/app/lib/tag_manager.rb @@ -11,7 +11,7 @@ class TagManager share: 'http://activitystrea.ms/schema/1.0/share', favorite: 'http://activitystrea.ms/schema/1.0/favorite', unfavorite: 'http://activitystrea.ms/schema/1.0/unfavorite', - delete: 'delete', + delete: 'http://activitystrea.ms/schema/1.0/delete', follow: 'http://activitystrea.ms/schema/1.0/follow', unfollow: 'http://ostatus.org/schema/1.0/unfollow', }.freeze