Skip to content

Commit

Permalink
feat: add new config enabled timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
0x330a committed Feb 28, 2024
1 parent af1f298 commit b62656b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data class ExpirationConfiguration(
val isEnabled = expiryMode.expirySeconds > 0

companion object {
val isNewConfigEnabled = SnodeAPI.nowWithOffset >= 171028440000
val isNewConfigEnabled = SnodeAPI.nowWithOffset >= 1710284400000
}
}

Expand Down

0 comments on commit b62656b

Please sign in to comment.