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",
|
||||
"type": "Add",
|
||||
"actor": actor,
|
||||
"to": [actor],
|
||||
"object": {
|
||||
"type": "Document",
|
||||
"url": bookmarkUrl
|
||||
"url": bookmarkUrl,
|
||||
"to": [actor]
|
||||
},
|
||||
"target": actor + "/tlbookmarks"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue