This differential implements unread count handling from multiple keyservers
Details
Details
- Ensure that unread count is working properly.
- Toggle developer tools and ensure that there is relevant entry in IndexDB the corresponds to unread count for the keyserver that we logged in to.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- marcin/eng-6501
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
web/push-notif/notif-crypto-utils.js | ||
---|---|---|
520–531 | I don't like depending on ordering and indexes so alternatively we could do something like this. But both are fine. |
Comment Actions
- Update queryNotifsUnreadCountStorage function not to rely on array ordering.
- Rebase before landing