mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-16 03:21:29 +00:00
feat: add new config enabled timestamp
This commit is contained in:
@@ -11,7 +11,7 @@ data class ExpirationConfiguration(
|
|||||||
val isEnabled = expiryMode.expirySeconds > 0
|
val isEnabled = expiryMode.expirySeconds > 0
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
val isNewConfigEnabled = SnodeAPI.nowWithOffset >= 171028440000
|
val isNewConfigEnabled = SnodeAPI.nowWithOffset >= 1710284400000
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user