PM-10600: Guarantee re-registration happens immediately on app startup.

This commit is contained in:
Maciej Zieniuk 2024-11-15 06:45:37 +00:00
parent 5218dd1693
commit a6e22f8215
No known key found for this signature in database
GPG key ID: 9CACE59F1272ACD9

View file

@ -312,6 +312,7 @@ class PushManagerImpl @Inject constructor(
userId = userId,
token = it,
)
registerStoredPushTokenIfNecessaryInternal(userId)
}
}
}