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/spec
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
3 years ago
..
controllers
fabricators
features
fixtures
helpers
lib
mailers
models Fix followers synchronization mechanism not working when URI has empty path (#16510) 3 years ago
policies
presenters
requests
routing
serializers/activitypub
services
support
validators
views
workers Fix followers synchronization mechanism not working when URI has empty path (#16510) 3 years ago
rails_helper.rb
spec_helper.rb