Why Nostr? What is Njump?
2025-05-05 10:30:59

fiatjaf on Nostr: Nostr relay wars: ...

Nostr relay wars:
`momostr.pink` just nuked my relay with 75,942 deletion request.

I used this SQL to count them
```
SELECT COUNT(*)
FROM event
WHERE content LIKE '%pink.momostr%'
AND kind = 5;
```
And this to delete them
```
DELETE FROM event
WHERE content LIKE '%pink.momostr%'
AND kind = 5;
```
Author Public Key
npub180cvv07tjdrrgpa0j7j7tmnyl2yr6yr7l8j4s3evf6u64th6gkwsyjh6w6