Fixes bug of not immediately loading chat rooms

This commit is contained in:
Vitor Pamplona
2023-10-06 16:27:09 -04:00
parent f67ff43eb3
commit e04a35afed
@@ -147,6 +147,8 @@ object NostrAccountDataSource : NostrDataSource("AccountData") {
latestEOSEs.addOrUpdate(account.userProfile(), account.defaultNotificationFollowList, relayUrl, time)
} else {
hasLoadedTheBasics[account.userProfile()] = true
invalidateFilters()
}
}