mirror of https://gitlab.com/bashrc2/epicyon
Add to field
parent
d9bc4d72aa
commit
24f9c2e6c6
|
@ -366,9 +366,11 @@ def sendBookmarkViaServer(baseDir: str, session,
|
||||||
"@context": "https://www.w3.org/ns/activitystreams",
|
"@context": "https://www.w3.org/ns/activitystreams",
|
||||||
"type": "Add",
|
"type": "Add",
|
||||||
"actor": actor,
|
"actor": actor,
|
||||||
|
"to": [actor],
|
||||||
"object": {
|
"object": {
|
||||||
"type": "Document",
|
"type": "Document",
|
||||||
"url": bookmarkUrl
|
"url": bookmarkUrl,
|
||||||
|
"to": [actor]
|
||||||
},
|
},
|
||||||
"target": actor + "/tlbookmarks"
|
"target": actor + "/tlbookmarks"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue