Removes potential bug when the list contains an e tag with an a reference
This commit is contained in:
@@ -1214,7 +1214,7 @@ class Account(
|
||||
val event = if (note is AddressableNote) {
|
||||
BookmarkListEvent.create(
|
||||
"bookmark",
|
||||
bookmarks?.taggedEvents() ?: emptyList(),
|
||||
bookmarks?.taggedEvents()?.minus(note.address.toTag()) ?: emptyList(),
|
||||
bookmarks?.taggedUsers() ?: emptyList(),
|
||||
bookmarks?.taggedAddresses()?.minus(note.address),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user