mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Fixed AS delete verb
This commit is contained in:
parent
76ec907993
commit
4284093aa3
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class TagManager
|
||||||
share: 'http://activitystrea.ms/schema/1.0/share',
|
share: 'http://activitystrea.ms/schema/1.0/share',
|
||||||
favorite: 'http://activitystrea.ms/schema/1.0/favorite',
|
favorite: 'http://activitystrea.ms/schema/1.0/favorite',
|
||||||
unfavorite: 'http://activitystrea.ms/schema/1.0/unfavorite',
|
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',
|
follow: 'http://activitystrea.ms/schema/1.0/follow',
|
||||||
unfollow: 'http://ostatus.org/schema/1.0/unfollow',
|
unfollow: 'http://ostatus.org/schema/1.0/unfollow',
|
||||||
}.freeze
|
}.freeze
|
||||||
|
|
Loading…
Reference in a new issue