pull/563/head
Niels Andriesse 4 years ago
parent d1a8b70af4
commit c058b332da

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

Loading…
Cancel
Save