Federate blocks with the http://mastodon.social/schema/1.0 verb namespace
This commit is contained in:
parent
9f9e11ce07
commit
c04002b340
3 changed files with 18 additions and 1 deletions
|
@ -14,6 +14,8 @@ class TagManager
|
|||
delete: 'http://activitystrea.ms/schema/1.0/delete',
|
||||
follow: 'http://activitystrea.ms/schema/1.0/follow',
|
||||
unfollow: 'http://ostatus.org/schema/1.0/unfollow',
|
||||
block: 'http://mastodon.social/schema/1.0/block',
|
||||
unblock: 'http://mastodon.social/schema/1.0/unblock',
|
||||
}.freeze
|
||||
|
||||
TYPES = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue