feat: add new config enabled timestamp

pull/1421/merge 1.17.6
0x330a 2 months ago
parent af1f2983c7
commit b62656b1be
No known key found for this signature in database
GPG Key ID: 267811D6E6A2698C

@ -11,7 +11,7 @@ data class ExpirationConfiguration(
val isEnabled = expiryMode.expirySeconds > 0
companion object {
val isNewConfigEnabled = SnodeAPI.nowWithOffset >= 171028440000
val isNewConfigEnabled = SnodeAPI.nowWithOffset >= 1710284400000
}
}

Loading…
Cancel
Save