-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ECO-4706] fix: push notifications corner cases #994
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ttypic
changed the title
fix: push notifications corner cases
[ECO-4706] fix: push notifications corner cases
Mar 20, 2024
ttypic
force-pushed
the
ECO-4706/fix-push-corner-cases
branch
from
March 20, 2024 18:25
9c9ee0d
to
ec020b2
Compare
ttypic
force-pushed
the
ECO-4706/fix-push-corner-cases
branch
from
March 20, 2024 18:33
ec020b2
to
cc79da5
Compare
ttypic
force-pushed
the
ECO-4706/fix-push-corner-cases
branch
from
March 20, 2024 18:48
cc79da5
to
6d2a9b9
Compare
ttypic
force-pushed
the
ECO-4706/fix-push-corner-cases
branch
from
March 21, 2024 01:07
6d2a9b9
to
fa932fb
Compare
ttypic
force-pushed
the
ECO-4706/fix-push-corner-cases
branch
from
March 21, 2024 09:38
fa932fb
to
ca7e4c8
Compare
ttypic
force-pushed
the
ECO-4706/fix-push-corner-cases
branch
from
March 21, 2024 09:59
ca7e4c8
to
1702a72
Compare
AndyTWF
reviewed
Mar 21, 2024
AndyTWF
approved these changes
Mar 21, 2024
- clear partial state when `CalledDeactivate` come to `NotActive` state - use only `deviceIdentityToken` to perform deregistration call - ignore errors with 401 status code and 40005 code (invalid credentials)
ttypic
force-pushed
the
ECO-4706/fix-push-corner-cases
branch
from
April 3, 2024 08:20
1702a72
to
d44e4f6
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves #993
Jira Issue: ECO-4706
CalledDeactivate
come toNotActive
statedeviceIdentityToken
to perform deregistration call401
status code and40005
code (invalid credentials)