Fix unblock handling
This commit is contained in:
parent
f2d6c3a512
commit
cc5373b846
3 changed files with 8 additions and 6 deletions
5
test/fixtures/mastodon-unblock-activity.json
vendored
5
test/fixtures/mastodon-unblock-activity.json
vendored
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue