Hi @Thib, do you mind if I ask you a couple questions about follow revocation on Mastodon?
In particular, given actor A on instance 1 following actor B on instance 2, if Actor B revoke the follow manually, what activity is sent to Actor A?
Is it a reject with the follow ID ?
@agateblue it's a Reject of the Follow activity (the Follow activity is inlined, and retains its original id)
currently (i mean, any recent release—master is fixed), Mastodon fucks up and doesn't interpret the incoming Reject Follow correctly; sending a Block activity (and then an Undo Block) is a workaround for the time being
hopefully something like https://github.com/tootsuite/mastodon/pull/14510 will end up being merged to fix inconsistencies after the fact