chinwagsocial/app/workers/activitypub
Claire a8a3e86216
Fix unbounded recursion in post discovery (#23507)
* Add a limit to how many posts can get fetched as a result of a single request

* Add tests

* Always pass `request_id` when processing `Announce` activities

---------

Co-authored-by: nametoolong <nametoolong@users.noreply.github.com>
2023-02-10 22:16:47 +01:00
..
delivery_worker.rb
distribute_poll_update_worker.rb
distribution_worker.rb Fix Sidekiq warnings about JSON serialization (#17381) 2022-01-28 00:43:56 +01:00
fetch_replies_worker.rb Fix unbounded recursion in post discovery (#23507) 2023-02-10 22:16:47 +01:00
followers_synchronization_worker.rb
low_priority_delivery_worker.rb
move_distribution_worker.rb
post_upgrade_worker.rb
processing_worker.rb Fix errors when multiple Delete are received for a given actor (#17460) 2022-02-07 13:14:48 +01:00
raw_distribution_worker.rb
status_update_distribution_worker.rb Fix NoMethodError in StatusUpdateDistributionWorker (#17499) 2022-02-10 14:57:10 +01:00
synchronize_featured_collection_worker.rb Fix unbounded recursion in account discovery (v3.5 backport) (#22026) 2022-12-15 19:21:17 +01:00
update_distribution_worker.rb