Switched from Service to Person for actor representation
This commit is contained in:
parent
c57755fcaa
commit
74945759cc
2 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ def repr_instance_actor():
|
|||
{},
|
||||
],
|
||||
'id': utils.full_url(reverse('federation:instance-actor')),
|
||||
'type': 'Service',
|
||||
'type': 'Person',
|
||||
'inbox': utils.full_url(reverse('federation:instance-inbox')),
|
||||
'outbox': utils.full_url(reverse('federation:instance-outbox')),
|
||||
'preferredUsername': 'service',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue