xmtp / example-notification-server-go

Example push notification server, written in Golang
MIT License
15 stars 8 forks source link

Fix bug with delete and re-register #15

Closed neekolas closed 1 year ago

neekolas commented 1 year ago

Summary

There is a bug in the service that can be reproduced by doing the following

  1. Register an installation with install_id_1
  2. Delete the installation
  3. Attempt to register install_id_1 again

The expected behaviour is that the installation is no longer marked as deleted.

The current behaviour is that the installation remains deleted even after re-registration.