diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/lib/tag_manager.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |