'location' -> 'self_id'
This commit is contained in:
parent
eb5b0c25b6
commit
b6f4e9c458
1 changed files with 2 additions and 2 deletions
|
@ -163,9 +163,9 @@ class Module(ModuleManager.BaseModule):
|
|||
|
||||
event["response"].content_type = "application/jrd+json"
|
||||
event["response"].write_json({
|
||||
"aliases": [location],
|
||||
"aliases": [self_id],
|
||||
"links": [{
|
||||
"href": location,
|
||||
"href": self_id,
|
||||
"rel": "self",
|
||||
"type": ACTIVITY_TYPE
|
||||
}],
|
||||
|
|
Loading…
Reference in a new issue