Skip to content

Commit

Permalink
Fixed AS delete verb
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargron committed Dec 14, 2016
1 parent 76ec907 commit 4284093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/tag_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4284093

Please sign in to comment.