-
Notifications
You must be signed in to change notification settings - Fork 0
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
The state of re-registration #27
Comments
Tusky: @iNPUTmice observed that Tusky doesn't retry anything if the connection with the server is bad. NEW_ENDPOINT: It re-registers every time it receives a NEW_ENDPOINT. Creates new WebPush keys on every NEW_ENDPOINT, even if the endpoint is the same. Mastodon automatically overrides the old endpoint with the new one. |
The issue is Mastodon doesn't override the push endpoint, but add it |
Podverse: NEW_ENDPOINT: Appropriately, it doesn't talk to the server at all if the endpoint doesn't change. If the endpoint changes, it creates/updates the device. Doesn't look like there's any retry logic on a bad connection or server outage. |
mastodon/mastodon#27858 the issue with multiple push subscriptions for a single device on mastodon has been fixed |
Just a survey on how apps deal with:
The text was updated successfully, but these errors were encountered: