mastodon/spec/workers/activitypub
Claire 5efb1ff337
Fix followers synchronization mechanism not working when URI has empty path (#16510)
* Fix followers synchronization mechanism not working when URI has empty path

To my knowledge, there is no current implementation on the fediverse
that can use bare domains (e.g., actor is at https://example.org instead of
something like https://example.org/actor) that also plans to support the
followers synchronization mechanism. However, Mastodon's current implementation
would exclude such accounts from followers list.

Also adds tests and rename them to reflect the proper method names.

* Move url prefix regexp to its own constant
2021-08-11 17:48:42 +02:00
..
delivery_worker_spec.rb Fix followers synchronization mechanism not working when URI has empty path (#16510) 2021-08-11 17:48:42 +02:00
distribute_poll_update_worker_spec.rb Fix account URI in UpdatePollSerializer (#11194) 2019-06-27 19:41:55 +02:00
distribution_worker_spec.rb ActivityPub delivery (#4566) 2017-08-13 00:44:41 +02:00
fetch_replies_worker_spec.rb Improved remote thread fetching (#10106) 2019-02-28 15:22:21 +01:00
move_distribution_worker_spec.rb Change move handler to carry blocks over (#14144) 2020-07-01 13:51:15 +02:00
processing_worker_spec.rb ActivityPub delivery (#4566) 2017-08-13 00:44:41 +02:00
update_distribution_worker_spec.rb ActivityPub delivery (#4566) 2017-08-13 00:44:41 +02:00