0
0
Fork 0

Federate blocks with the http://mastodon.social/schema/1.0 verb namespace

This commit is contained in:
Eugen Rochko 2017-01-02 12:17:51 +01:00
parent 9f9e11ce07
commit c04002b340
3 changed files with 18 additions and 1 deletions

View file

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