Implement fetching in-app notifications from server
Categories
(Thunderbird :: General, task)
Tracking
(thunderbird128 fixed, thunderbird132 fixed)
People
(Reporter: freaktechnik, Assigned: freaktechnik)
References
Details
Attachments
(1 file)
Notifications should be periodically refreshed from a server. The server endpoint is provided by a pref. If the pref is empty, notifications aren't refreshed. If the user hasn't seen our privacy policy etc., we shouldn't contact the server.
We can be fairly conservative about the refresh interval, maybe even leveraging caching headers to make the interval configurable by the server.
With this we likely also want to make initializing the NotificationManager more complicated, so we only use the cached notifications if we're not refreshing from the network on initialization.
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Updated•1 year ago
|
Pushed by kaie@kuix.de:
https://hg.mozilla.org/comm-central/rev/33c442681f78
Implement fetching in-app notifications from server. r=arschmitz,tobyp
Updated•1 year ago
|
| Assignee | ||
Comment 3•11 months ago
|
||
Uplifted to ESR in bug 1936307
Description
•