Closed melari closed 6 months ago
After https://github.com/nostr-dev-kit/ndk/commit/7e50e4bf7891854cf9c9d5eef6b53e66efc81ca3 the early return for dups skips updating the eventsPerRelay property on the subscription. I believe this was unintended since the commit description mentions only skipping the signature verification.
eventsPerRelay
This PR restores the eventsPerRelay feature by tracking duplicates as well.
thx for catching that; I was wondering why that stopped working but hadn't had the time to look into it
After https://github.com/nostr-dev-kit/ndk/commit/7e50e4bf7891854cf9c9d5eef6b53e66efc81ca3 the early return for dups skips updating the
eventsPerRelay
property on the subscription. I believe this was unintended since the commit description mentions only skipping the signature verification.This PR restores the
eventsPerRelay
feature by tracking duplicates as well.