diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-01-02 12:17:51 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-01-02 12:17:51 +0100 |
commit | c04002b340090795f1e54645cd3a7030ffd4bc21 (patch) | |
tree | acbad5469b47a26c58c1176e82018b3ed13e4670 /app/lib | |
parent | 9f9e11ce07bfbb5fce226e2c3fba7c41906bc065 (diff) |
Federate blocks with the http://mastodon.social/schema/1.0 verb namespace
Diffstat (limited to 'app/lib')
-rw-r--r-- | app/lib/tag_manager.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/lib/tag_manager.rb b/app/lib/tag_manager.rb index 78dec28aa..4af433200 100644 --- a/app/lib/tag_manager.rb +++ b/app/lib/tag_manager.rb @@ -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 = { |