cabal-club / cabal-client

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

Add ability to store/load unread count #70

Open timgoeller opened 3 years ago

timgoeller commented 3 years ago

Currently, the count of unread messages is not persisted. Because of that, unread notifications will vanish after a restart. This would be nice to have, maybe as an opt-in.

Might have a loose connection to #45.