pull/882/head
Vitor Pamplona 2024-05-24 19:26:13 -04:00
rodzic d7790cd31e
commit 2c2e4a1694
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -2045,6 +2045,10 @@ object LocalCache {
notes.forEach { _, it -> it.clearLive() }
addressables.forEach { _, it -> it.clearLive() }
users.forEach { _, it -> it.clearLive() }
notes.forEach { _, it -> it.clearFlow() }
addressables.forEach { _, it -> it.clearFlow() }
users.forEach { _, it -> it.clearFlow() }
}
fun pruneOldAndHiddenMessages(account: Account) {