summaryrefslogtreecommitdiff
path: root/test/fixtures/mastodon-unblock-activity.json
diff options
context:
space:
mode:
authorFrancis Dinh <normandy@firemail.cc>2018-05-21 05:00:58 -0400
committerFrancis Dinh <normandy@firemail.cc>2018-05-21 05:00:58 -0400
commitcc5373b846d7f816a3e78af342468f2ea8415b8d (patch)
tree80407d9b10b8a15199bfbcc6b2720b7865a1bf93 /test/fixtures/mastodon-unblock-activity.json
parentf2d6c3a512d86ac632787c7cd98bc5147e74e598 (diff)
downloadpleroma-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.json5
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"
}