bitbot is a Service (bot), not a Person
This commit is contained in:
parent
04d75ec414
commit
8a3e480ef5
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ class Server(object):
|
|||
event["response"].write_json({
|
||||
"@context": "https://www.w3.org/ns/activitystreams",
|
||||
"id": self_id, "url": self_id,
|
||||
"type": "Person",
|
||||
"type": "Service",
|
||||
"summary": "beep boop",
|
||||
"preferredUsername": self.username, "name": self.username,
|
||||
"inbox": inbox,
|
||||
|
|
Loading…
Reference in a new issue