mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 18:12:44 +02:00
Fix member modifier warning
This commit is contained in:
committed by
Stefan Ceriu
parent
5494542314
commit
cb65feaea0
+1
-1
@@ -19,7 +19,7 @@ import MatrixSDK
|
||||
|
||||
class UserSessionsOverviewService: UserSessionsOverviewServiceProtocol {
|
||||
/// Delay after which session is considered inactive, 90 days
|
||||
static private let inactiveSessionDurationTreshold: TimeInterval = 90 * 86400
|
||||
private static let inactiveSessionDurationTreshold: TimeInterval = 90 * 86400
|
||||
|
||||
private let mxSession: MXSession
|
||||
|
||||
|
||||
Reference in New Issue
Block a user