bitbot is a Service (bot), not a Person

This commit is contained in:
jesopo 2019-09-20 11:44:23 +01:00
parent 04d75ec414
commit 8a3e480ef5

View file

@ -145,7 +145,7 @@ class Server(object):
event["response"].write_json({ event["response"].write_json({
"@context": "https://www.w3.org/ns/activitystreams", "@context": "https://www.w3.org/ns/activitystreams",
"id": self_id, "url": self_id, "id": self_id, "url": self_id,
"type": "Person", "type": "Service",
"summary": "beep boop", "summary": "beep boop",
"preferredUsername": self.username, "name": self.username, "preferredUsername": self.username, "name": self.username,
"inbox": inbox, "inbox": inbox,