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
claims_controller.rb
collections_controller.rb
followers_synchronizations_controller.rb
inboxes_controller.rb Skip processing Update activities on unknown accounts (#15514) 4 years ago
outboxes_controller.rb
replies_controller.rb