mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-26 21:41:04 +00:00
Add URL to Article AP
This commit is contained in:
parent
0105132382
commit
a6de1040b5
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ impl Object for Post {
|
||||||
// TODO: "summary": "summary",
|
// TODO: "summary": "summary",
|
||||||
"tag": [],
|
"tag": [],
|
||||||
// TODO: "updated": "updated",
|
// TODO: "updated": "updated",
|
||||||
// TODO: "url": "url",
|
"url": self.compute_id(conn),
|
||||||
"to": to,
|
"to": to,
|
||||||
"cc": []
|
"cc": []
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue