Fixing the correct EOSE cleanup

This commit is contained in:
Vitor Pamplona
2023-07-31 18:06:16 -04:00
parent bdd2a97ee3
commit bd7156082b
@@ -1359,7 +1359,7 @@ object LocalCache {
masterNote.removeBoost(it)
masterNote.removeReaction(it)
masterNote.removeZap(it)
it.clearEOSE() // allows reloading of these events
masterNote.clearEOSE() // allows reloading of these events
}
childrenToBeRemoved.addAll(it.removeAllChildNotes())