nostr-protocol / nips

Nostr Implementation Possibilities
2.37k stars 574 forks source link

Marking notifications as read #1209

Open alexgleason opened 6 months ago

alexgleason commented 6 months ago

I need to mark notifications as "read" so the client doesn't display an unread bubble every time the user opens it. I know some clients already do this, but how? It can probably be a NIP-78 event, or just a locally stored value. But I'm curious what other people have already done.

staab commented 6 months ago

I'm using https://github.com/nostr-protocol/nips/pull/933 but I haven't worked out the kinks yet, and I'm not certain it's the best approach.

patrickReiis commented 6 months ago

I'm having this same problem.