set content_type=ACTIVITY_TYPE on outbox
This commit is contained in:
parent
ed07149257
commit
7a860240ef
1 changed files with 1 additions and 0 deletions
|
@ -166,6 +166,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
"type": "Create"
|
"type": "Create"
|
||||||
})
|
})
|
||||||
|
|
||||||
|
event["response"].content_type = ACTIVITY_TYPE
|
||||||
event["response"].write_json({
|
event["response"].write_json({
|
||||||
"@context": "https://www.w3.org/ns/activitystreams",
|
"@context": "https://www.w3.org/ns/activitystreams",
|
||||||
"id": outbox,
|
"id": outbox,
|
||||||
|
|
Loading…
Reference in a new issue