You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/controllers/activitypub
ThibG a1a8aa4a08
Skip processing Update activities on unknown accounts (#15514)
This also skips fetching the actor completely.

This will be useful if we end up distributing Update activities linked to
account suspensions more widely (they are currently only delivered to
the suspended account's followers), as currently, instances not knowing
about the suspended account would fetch it to then process the suspension.

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
4 years ago
..
base_controller.rb Add support for reversible suspensions through ActivityPub (#14989) 4 years ago
claims_controller.rb Add E2EE API (#13820) 5 years ago
collections_controller.rb Add featured hashtags as an ActivityPub collection (#11595) 4 years ago
followers_synchronizations_controller.rb Add follower synchronization mechanism (#14510) 4 years ago
inboxes_controller.rb Skip processing Update activities on unknown accounts (#15514) 4 years ago
outboxes_controller.rb Change REST API to return empty data for suspended accounts (#14765) 4 years ago
replies_controller.rb Add support for reversible suspensions through ActivityPub (#14989) 4 years ago