mirror of https://gitlab.com/bashrc2/epicyon
Add to field for bookmark remove
parent
247bb06ba5
commit
2f4aa7bb3e
|
@ -450,9 +450,11 @@ def sendUndoBookmarkViaServer(baseDir: str, session,
|
||||||
"@context": "https://www.w3.org/ns/activitystreams",
|
"@context": "https://www.w3.org/ns/activitystreams",
|
||||||
"type": "Remove",
|
"type": "Remove",
|
||||||
"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