npub1nm…2yha8 on Nostr: what I do in alphaama is to keep track of events marked read in threads (per tab, you ...
what I do in alphaama is to keep track of events marked read in threads (per tab, you need to mark it manually but you can mark the whole thread), so I can keep those already marked read to be hidden and keep visible only the new ones. since requesting current data everyday will not bring back all the previous notes, some will never return to your feed, so keeping track of everything you have read becomes expensive and pointless, so I chose to only keep this info stored in sessionStorage so it cleans itself up when the tab closes and keep this data contained in the only relevant tab.