planetary-social / nos-notification-service-go

A service which delivers push notifications to APNs
Mozilla Public License 2.0
3 stars 0 forks source link

Remove old relays when new relay list is received #32

Closed boreq closed 1 year ago

boreq commented 1 year ago

Right now we only add relays when we receive registration info from a user. We never remove the relationship between their public keys and the relays they no longer have in their relay list. That means we will forever ask a relay for events associated with a user if they submitted it to us at least once.

boreq commented 1 year ago

We don't need to do this, work done as part of #31 will do the trick.