Skip to content

AP follows must be always async (closes #306)

kaniini requested to merge security/follow-always-async into develop

This branch makes sure follow requests are always async. Because Mastodon and GNU Social APIs do not understand async follows, we "fake it 'til we make it" by freezing the request for a short period of time to allow the handshake to complete, then refresh the user objects. Thanks, I hate it too.

WIP because needs review.

Edited by kaniini

Merge request reports