Serubin / pulse-sms-web

The official web app for Pulse SMS - built on Vue.js.
https://pulsesms.app
Other
111 stars 44 forks source link

Fix unread count... #141

Closed Serubin closed 4 years ago

Serubin commented 4 years ago

This should fix unread count for a final time.

Attempting to count incoming notifications is stupid. This creates a mixin to reduce on session cache and save that value to state.

It seems to be more accurate and hold to the one and only edge case: multiple notifications on the same thread occur in succession.