You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently after logging out or deleting your account you continue to receive push notifications for the account you were signed in as.
To fix this we need to tell our push notification server to delete the association between the user's pubkey and their APNS token when the user logs out or deletes their account.
mplorentz
changed the title
Delete push notification registration on logout and account deletion
Delete push notification registration on logout and account deletion (client-side)
Oct 9, 2024
Currently after logging out or deleting your account you continue to receive push notifications for the account you were signed in as.
To fix this we need to tell our push notification server to delete the association between the user's pubkey and their APNS token when the user logs out or deletes their account.
Currently there is no API for this. This will need to be coordinated with planetary-social/nos-notification-service-go#70.
The text was updated successfully, but these errors were encountered: