mirror of
https://github.com/funamitech/mastodon
synced 2025-01-19 00:03:33 +09:00
Fixed AS delete verb
This commit is contained in:
parent
76ec907993
commit
4284093aa3
@ -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…
Reference in New Issue
Block a user