Change new accounts to use new ActivityPub numeric ID scheme (#36365)
This commit is contained in:
@@ -215,7 +215,7 @@ RSpec.describe 'ActivityPub Outboxes' do
|
||||
|
||||
def targets_followers_collection?(item, account)
|
||||
item[:to].include?(
|
||||
account_followers_url(account, ActionMailer::Base.default_url_options)
|
||||
ActivityPub::TagManager.instance.followers_uri_for(account)
|
||||
)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user