relay list shows hosts without accepted follow
This commit is contained in:
parent
6ceef768cb
commit
cc98d010ed
8 changed files with 108 additions and 4 deletions
15
test/fixtures/relay/accept-follow.json
vendored
Normal file
15
test/fixtures/relay/accept-follow.json
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"@context": "https://www.w3.org/ns/activitystreams",
|
||||
"actor": "https://relay.mastodon.host/actor",
|
||||
"id": "https://relay.mastodon.host/activities/ec477b69-db26-4019-923e-cf809de516ab",
|
||||
"object": {
|
||||
"actor": "{{ap_id}}",
|
||||
"id": "{{activity_id}}",
|
||||
"object": "https://relay.mastodon.host/actor",
|
||||
"type": "Follow"
|
||||
},
|
||||
"to": [
|
||||
"{{ap_id}}"
|
||||
],
|
||||
"type": "Accept"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue