Take the first recognized actor_type. (#7410)
This commit is contained in:
committed by
Eugen Rochko
parent
b1938d7853
commit
01dfd6dbc8
@ -116,6 +116,7 @@ RSpec.describe ResolveAccountService, type: :service do
|
||||
expect(account.activitypub?).to eq true
|
||||
expect(account.domain).to eq 'ap.example.com'
|
||||
expect(account.inbox_url).to eq 'https://ap.example.com/users/foo/inbox'
|
||||
expect(account.actor_type).to eq 'Person'
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user