bugfix: don't remove from public bookmarks when removing from private
This commit is contained in:
+1
-1
@@ -134,7 +134,7 @@ class BookmarkListEvent(
|
|||||||
val privateTags = earlierVersion.privateTags(signer) ?: throw SignerExceptions.UnauthorizedDecryptionException()
|
val privateTags = earlierVersion.privateTags(signer) ?: throw SignerExceptions.UnauthorizedDecryptionException()
|
||||||
resign(
|
resign(
|
||||||
privateTags = privateTags.remove(bookmarkIdTag.toTagIdOnly()),
|
privateTags = privateTags.remove(bookmarkIdTag.toTagIdOnly()),
|
||||||
tags = earlierVersion.tags.remove(bookmarkIdTag.toTagIdOnly()),
|
tags = earlierVersion.tags,
|
||||||
signer = signer,
|
signer = signer,
|
||||||
createdAt = createdAt,
|
createdAt = createdAt,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user