Fixes Ots Observation check

This commit is contained in:
Vitor Pamplona
2024-02-28 16:51:14 -05:00
parent 86aab2e842
commit 9f4a30657b
@@ -1002,6 +1002,7 @@ class NoteLiveSet(u: Note) {
replyCount.hasObservers() ||
reactionCount.hasObservers() ||
boostCount.hasObservers()
innerOts.hasObservers() ||
}
fun destroy() {