Switched from Service to Person for actor representation

This commit is contained in:
Eliot Berriot 2018-03-30 18:34:23 +02:00
commit 74945759cc
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
2 changed files with 2 additions and 2 deletions

View file

@ -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',