Join Nostr
2025-05-05 11:44:10 GMT
in reply to

Awiteb on Nostr: You also affected by this, your relays are in the list ...

You also affected by this, your relays are in the list https://api.nostr.watch/v1/nip/1
When someone undo their reacton or delete their post[1] momostr create the deletion request[2] and broadcast it to all well know relays, they get them from nostr.watch API[3]. When I reported this, the response was "The NIP recommends broadcasting of deletion requests and I'm just following that.".

They should not SPAM Nostr relays with this shit, this should stop somehow. Even they consider themselves as a "client", I think this is because they who makes the deletion events.


[1]: https://github.com/nanikamado/momostr/blob/4d37f60d133eb4563e39ddb50eb3ba6e605e1ef4/src/ap_to_nostr.rs#L149-L165
[2]: https://github.com/nanikamado/momostr/blob/4d37f60d133eb4563e39ddb50eb3ba6e605e1ef4/src/ap_to_nostr.rs#L337-L349
[3]: https://github.com/nanikamado/momostr/blob/4d37f60d133eb4563e39ddb50eb3ba6e605e1ef4/src/event_deletion_queue.rs#L86-L94