Skip to content

activitypub: allow indirect messages from users being followed at a personal inbox

kaniini requested to merge bugfix/relax-spam-protection into develop

Explicitly allowing messages from followed users still mitigates spam, so check if there's a relationship as well as if the message is explicitly addressed to the recipient.

Fixes federation with Honk (although Honk should use sharedInbox anyway).

Merge request reports