Fixes bug of not immediately loading chat rooms
This commit is contained in:
@@ -147,6 +147,8 @@ object NostrAccountDataSource : NostrDataSource("AccountData") {
|
|||||||
latestEOSEs.addOrUpdate(account.userProfile(), account.defaultNotificationFollowList, relayUrl, time)
|
latestEOSEs.addOrUpdate(account.userProfile(), account.defaultNotificationFollowList, relayUrl, time)
|
||||||
} else {
|
} else {
|
||||||
hasLoadedTheBasics[account.userProfile()] = true
|
hasLoadedTheBasics[account.userProfile()] = true
|
||||||
|
|
||||||
|
invalidateFilters()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user