Browse Source

Fixed AS delete verb

closed-social-glitch-2
Eugen Rochko 7 years ago
parent
commit
4284093aa3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/lib/tag_manager.rb

+ 1
- 1
app/lib/tag_manager.rb View File

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

Loading…
Cancel
Save