Update comment
This commit is contained in:
parent
dc572af9db
commit
b3793169e9
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ import javax.inject.Inject
|
||||||
private val loggerTag = LoggerTag("UnifiedPushNewGatewayHandler", LoggerTag.PushLoggerTag)
|
private val loggerTag = LoggerTag("UnifiedPushNewGatewayHandler", LoggerTag.PushLoggerTag)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Handle new endpoint received from UnifiedPush. Will update all the sessions which are using UnifiedPush as a push provider.
|
* Handle new endpoint received from UnifiedPush. Will update the session matching the client secret.
|
||||||
*/
|
*/
|
||||||
class UnifiedPushNewGatewayHandler @Inject constructor(
|
class UnifiedPushNewGatewayHandler @Inject constructor(
|
||||||
private val pusherSubscriber: PusherSubscriber,
|
private val pusherSubscriber: PusherSubscriber,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue