Skip to content
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

Clear clientId after deregistration #1832

Merged
merged 1 commit into from
Nov 13, 2023
Merged

Clear clientId after deregistration #1832

merged 1 commit into from
Nov 13, 2023

Conversation

maratal
Copy link
Collaborator

@maratal maratal commented Nov 12, 2023

This partially fixes issue #1177 (deregistration does not clear device details) and only resets clientId, since it affects push device registration with a different clientId (after deregistration with previous clientId). This only affects clients that do not restart their apps after deregistration, since clientId is loaded into device once per app launch.

@github-actions github-actions bot temporarily deployed to staging/pull/1832/features November 12, 2023 17:09 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1832/jazzydoc November 12, 2023 17:13 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1832/features November 12, 2023 18:39 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1832/jazzydoc November 12, 2023 18:44 Inactive
…e details) and only resets clientId, since it affects push device registration with a different clientId (after deregistration with previous clientId). This only affects clients that do not restart their apps after deregistration, since clientId is loaded into deviceId once per app launch. This commit resets clientId after deregistration.
@maratal maratal merged commit f715fdc into main Nov 13, 2023
6 checks passed
@maratal maratal deleted the fix/1177-clear-clientId branch November 13, 2023 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants