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