Closed
Bug 1909633
Opened 6 months ago
Closed 6 months ago
Updating cached in-app notifications pushes unfiltered list to NotificationManager
Categories
(Thunderbird :: General, defect)
Tracking
(thunderbird_esr128 affected, thunderbird129 affected, thunderbird130 fixed)
RESOLVED
FIXED
130 Branch
People
(Reporter: freaktechnik, Assigned: freaktechnik)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
When we cache a new list of notifications, we should only push a filtered list of notifications to the NotificationManager. It might make sense to consolidate the calls for that into a pseudo-private method, so we don't do the same thing in three call sites.
Assignee | ||
Updated•6 months ago
|
Version: unspecified → Thunderbird 128
Assignee | ||
Updated•6 months ago
|
Assignee: nobody → martin
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•6 months ago
|
||
Assignee | ||
Updated•6 months ago
|
status-thunderbird129:
--- → affected
status-thunderbird130:
--- → fixed
Keywords: checkin-needed-tb
Target Milestone: --- → 130 Branch
Pushed by alessandro@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/ccb97319a48c
Pass filtered list of notifications to NotificationManager on update. r=aleca
Updated•5 months ago
|
Blocks: tb128found
You need to log in
before you can comment on or make changes to this bug.
Description
•