Skip to content

Refresh the notification count when unread stats change

Joshua Goins requested to merge work/redstrate/fix-notif-badge into master

libquotient doesn't update the notification count properly, so let's listen on the unread stats changing instead.

It seems to work well, much better than depending on Room::notificationCountChanged() which never updated past the initial sync. Mentions, and room message notifications seem to work too.

Merge request reports