'index' -> 'inbox'
This commit is contained in:
parent
7636843fc7
commit
d2de2cca7d
1 changed files with 1 additions and 2 deletions
|
@ -194,8 +194,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
"id": self_id,
|
"id": self_id,
|
||||||
"type": "Person",
|
"type": "Person",
|
||||||
"preferredUsername": our_username,
|
"preferredUsername": our_username,
|
||||||
"inbox": index,
|
"inbox": inbox,
|
||||||
|
|
||||||
"publicKey": {
|
"publicKey": {
|
||||||
"id": "%s#key" % self_id,
|
"id": "%s#key" % self_id,
|
||||||
"owner": self_id,
|
"owner": self_id,
|
||||||
|
|
Loading…
Reference in a new issue