fediverse-devnet / feditest-tests-fediverse

The tests for the fediverse testsuite
MIT License
5 stars 4 forks source link

Test `Accept` of a `Follow` #24

Open snarfed opened 6 months ago

snarfed commented 6 months ago

After fediverse-devnet/feditest-tests-fediverse#23, accept the follow on behalf of the user who received it. Check that the service deliver an Accept back to the inbox of the actor of the Follow. https://www.w3.org/TR/activitypub/#follow-activity-inbox , https://www.w3.org/TR/activitypub/#accept-activity-inbox

jernst commented 3 months ago

After Accept, check that the following and followers collections now have the extra member.

jernst commented 3 months ago

Also, is there an Undo of Accept?

snarfed commented 3 months ago

Huh, I don't know. Looks like eg Mastodon does let you remove followers after you've accepted them, but I don't know what activity that sends, if any. Maybe Reject of the original Follow?