mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-23 06:46:20 +00:00
Reduce FCM token re-upload interval
This commit is contained in:
@@ -15,7 +15,7 @@ object LokiPushNotificationManager {
|
|||||||
LokiPushNotificationAcknowledgement.shared.server
|
LokiPushNotificationAcknowledgement.shared.server
|
||||||
}
|
}
|
||||||
|
|
||||||
private const val tokenExpirationInterval = 2 * 24 * 60 * 60 * 1000
|
private const val tokenExpirationInterval = 12 * 60 * 60 * 1000
|
||||||
|
|
||||||
@JvmStatic
|
@JvmStatic
|
||||||
fun unregister(token: String, context: Context?) {
|
fun unregister(token: String, context: Context?) {
|
||||||
|
|||||||
Reference in New Issue
Block a user