in-app notifications: Adjust URL to include dynamic locale & hardcode vs pref
Categories
(Thunderbird :: General, task)
Tracking
(Not tracked)
People
(Reporter: tobyp, Unassigned)
References
(Blocks 1 open bug)
Details
When the server has been configured to provide locale-specific JSON files/responses, adjust the URLs in the client to use that.
For example, Daily/nightly would look something like this:
https://notifications-stage.thunderbird.net/2.0/%LOCALE%/notifications.json
Updated•1 year ago
|
Comment 2•1 year ago
|
||
sorry, wrong way around
| Reporter | ||
Comment 4•1 year ago
|
||
In addition to making updates to the URL, we would like to change this from being a preference to being hardcoded, possibly to enable changes via an Enterprise Policy.
Comment 5•8 months ago
|
||
This also needs to update what we do on the locale change event. Currently we just re-run the filter on the cached notifications, but we'd want to try and refresh from the network with this.
In addition to making updates to the URL, we would like to change this from being a preference to being hardcoded, possibly to enable changes via an Enterprise Policy.
Is this still accurate?
| Reporter | ||
Comment 6•8 months ago
•
|
||
Is this still accurate?
No, I think our implementation of the Enterprise Policy control in bug 1950887 sufficiently addresses the need.
Description
•