boxdot / gurk-rs

Signal Messenger client for terminal
GNU Affero General Public License v3.0
495 stars 38 forks source link

feat: handle read notifications from other clients #312

Closed boxdot closed 2 months ago

boxdot commented 2 months ago

The unread channel counters are now updated when a read notification is recieved from another client.

Note that the counters are ephemeral and will be reset when the app is restarted.

Marking a channel as read in Gurk does not update the unread counters in other clients yet.

Related to #286