mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-21 07:46:27 +02:00
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