I'm having problems with strfry, replaceable events and the "expiration" tag. It looks like it's just expiring all my events and leaving only the most recent one (even having different "d" tags) ignoring the expiration day, anyone else facing this?
Answering myself https://github.com/hoytech/strfry/issues/73
For the record, I found the bug: https://github.com/hoytech/strfry/pull/117 nostr:note15y8qp3l8gyad5z89adyyyme590lu9k2s2g95lt4r3tqu2tyqgzasckk0jr
Isn't the whole point of a replaceable event that it should be replaced (by the most recent one)? See NIP-01 (only the latest event MUST be stored, older versions MAY be discarded)
Correct, but this bug was removing ALL records on DB with exception of the most recent one 😅
You mean, events with different a-tags / kind numbers? That would be a (serious) bug