Join Nostr
2025-08-25 16:57:28 UTC
in reply to

Mazin on Nostr: I believe it already works as you described. We first check if the user is ...

I believe it already works as you described. We first check if the user is authenticated with NIP-42. If so, we check if the event author == the authorized pubkey. If those match and we haven’t previously notified them on this connection, we then send the NOTIFY. It should not get triggered if the authenticated user rebroadcasts an event from a different author.

I’m adding the npub to the message now. Let me know if you notice something not working as described. It’s always possible I introduced some new issues supporting multiuser auth.