talkjs / talkjs-flutter

Flutter SDK for the TalkJS Chat API
https://talkjs.com
BSD 3-Clause "New" or "Revised" License
9 stars 14 forks source link

(session) Deprecate unreads and add onUnreadsChange #68

Closed bugnano closed 2 days ago

bugnano commented 2 days ago

As discussed in https://talkjs.slack.com/archives/C02PH434FAT/p1731506065664239

The unreads property of the session adds unnecessary indirection.

This PR keeps the unreads property but marks it as deprecated, and adds a direct onUnreadsChange callback that handles unreads more directly and easily.