diff options
author | Francis Dinh <normandy@firemail.cc> | 2018-05-21 05:00:58 -0400 |
---|---|---|
committer | Francis Dinh <normandy@firemail.cc> | 2018-05-21 05:00:58 -0400 |
commit | cc5373b846d7f816a3e78af342468f2ea8415b8d (patch) | |
tree | 80407d9b10b8a15199bfbcc6b2720b7865a1bf93 /test/fixtures/mastodon-unblock-activity.json | |
parent | f2d6c3a512d86ac632787c7cd98bc5147e74e598 (diff) | |
download | pleroma-cc5373b846d7f816a3e78af342468f2ea8415b8d.tar.gz pleroma-cc5373b846d7f816a3e78af342468f2ea8415b8d.zip |
Fix unblock handling
Diffstat (limited to 'test/fixtures/mastodon-unblock-activity.json')
-rw-r--r-- | test/fixtures/mastodon-unblock-activity.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/fixtures/mastodon-unblock-activity.json b/test/fixtures/mastodon-unblock-activity.json index 53b2f42a8..f4a2d30dd 100644 --- a/test/fixtures/mastodon-unblock-activity.json +++ b/test/fixtures/mastodon-unblock-activity.json @@ -26,8 +26,9 @@ "type": "Block", "object": "http://localtesting.pleroma.lol/users/lain", "nickname": "lain", - "id": "http://mastodon.example.org/users/admin#follows/2", + "id": "http://mastodon.example.org/users/admin#blocks/2", "actor": "http://mastodon.example.org/users/admin" }, - "actor": "http://mastodon.example.org/users/admin" + "actor": "http://mastodon.example.org/users/admin", + "id": "http://mastodon.example.org/users/admin#blocks/2/undo" } |