Add MSI / command line option / configuration to disable update notifications
How to use GitHub
- Please use the 👍 reaction to show that you are interested into the same feature.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Problem The Nextcloud Talk app sends a notification every time a new update is available. In a enterprise environment, this becomes problematic as users often do not have the necessary permissions to perform updates or installations, which can lead to unnecessary confusion that could be avoided.
Proposed solution Introduce a configurable setting that allows update notifications to be disabled. This setting should be accessible to administrators and support preconfiguration during deployment—such as via an MSI property or a predefined configuration file E.g.
- MSI Property
UPDATE_NOTIFICATIONS=FALSE config.jsonlocated in proper place.
Describe alternatives you've considered
- Disabling all notifications (This goes against the core concepts of Talk so not an option)
- Instruct users to disregard notifications about updates. (Introduces confusion for users) In reality there arent any real alternatives.
References Other Nextcloud Clients support similar functions so it would be nice for Talk to do the same.
We will add an option. It won't be an MSI option since we support other operation systems and installer methods. Either command line option, or via the config file.
We will add an option. It won't be an MSI option since we support other operation systems and installer methods. Either command line option, or via the config file.
I believe using a MSI property that writes to the config file would be the best method, thats what I've seen with other installers and it makes working with it very simple. However im happy with any method. Thanks for the reply! Happy to test stuff if needed.
I believe using a MSI property that writes to the config file would be the best metho
It does not work for macOS, Linux and simple installer on Windows.