thingless / torweather

MIT License
38 stars 8 forks source link

Unsubscribe: one node or all? #6

Open SkyLined opened 2 years ago

SkyLined commented 2 years ago

I've retired a node and wanted to unsubscribe from weather reports, but the unsubscribe page is ambiguous in that it does not tell me if I am about to unsubscribe from all weather reports for all nodes, or just the one which' fingerprint is in the URL. Please update the message on that page to clarify exactly what you're unsubscribing from.

lachesis commented 2 years ago

It's been a minute since I wrote this, but I believe it only unsubscribes from the specific fingerprint. https://github.com/thingless/torweather/blob/master/server.py#L76

That's not ideal, especially when combined with #3 .