-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
Milestone
Description
It would be good to consider mechanisms by which we can display system notices to the client, for example:
- A database integrity issue was detected. Please contact your admin.
- Your SecureDrop is running v3 onion services. An upgrade to v3000 is required.
Issues to consider:
- There may be more than one such notice at a time.
- Notices will need to eventually disappear when some condition is met.
A simple mechanism might be a feed that is downloaded as part of a sync -- if the notification is present in the feed, it will continue to be shown; if it is not, it will be deleted.
Any such mechanism is likely to require changes to the API.
Reactions are currently unavailable