mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
Fix member modifier warning
This commit is contained in:
committed by
Stefan Ceriu
parent
c22e4dfb1b
commit
63a37d59e9
@@ -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