This commit is contained in:
Niels Andriesse 2021-05-24 14:14:09 +10:00
parent d1a8b70af4
commit c058b332da
1 changed files with 9 additions and 8 deletions

View File

@ -366,6 +366,7 @@ object OpenGroupAPIV2 {
&& timeSinceLastOpen > OpenGroupPollerV2.maxInactivityPeriod)
hasPerformedInitialPoll[server] = true
if (!hasUpdatedLastOpenDate) {
hasUpdatedLastOpenDate = true
TextSecurePreferences.setLastOpenDate(context)
}
val requests = rooms.mapNotNull { room ->