cabal-club / cabal-client

interface for writing peer-to-peer chat clients
GNU General Public License v3.0
95 stars 14 forks source link

Unread tracking could happen in the p2p database #2

Open cinnamon-bun opened 5 years ago

cinnamon-bun commented 5 years ago

Then your unread state would be maintained across multiple clients and computers (if we eventually implement sameAs to link those accounts together)

Also then we'll know what messages have been read by others. Clients could show read receipts in the UI, which is really nice to have in smaller channels.