Update comment

This commit is contained in:
Benoit Marty
2025-11-13 18:06:27 +01:00
parent 13854bb2c7
commit 0a7e6629d3

View File

@@ -19,7 +19,7 @@ import timber.log.Timber
private val loggerTag = LoggerTag("UnifiedPushRemovedGatewayHandler", LoggerTag.PushLoggerTag) private val loggerTag = LoggerTag("UnifiedPushRemovedGatewayHandler", LoggerTag.PushLoggerTag)
/** /**
* Handle new endpoint received from UnifiedPush. Will update the session matching the client secret. * Handle endpoint removal received from UnifiedPush. Will try to register again.
*/ */
fun interface UnifiedPushRemovedGatewayHandler { fun interface UnifiedPushRemovedGatewayHandler {
suspend fun handle(clientSecret: String): Result<Unit> suspend fun handle(clientSecret: String): Result<Unit>