-
Notifications
You must be signed in to change notification settings - Fork 708
Windows Notifications Policy
Windows disabled Rocket.Chat notifications and actions seems to be random. We are investigating yet. To solve it through group policy (It need to be enabled for all users):
User configuration - Preferences - Windows settings - Registry
New registry item
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Notifications\Settings\chat.rocket
Action = Update
Value name = Enabled
Value type = REG_DWORD
Value data = 1
If Enabled = 0, then notifications are disabled. If Enabled = 1 or just missing (no such key in registry), then notifications are enabled.
An option with deleting this registry key was tested and it didn't work - the key gets deleted by group policy but notifications won't get enabled (Rocket.Chat is listed as Off in Settings - System - Notifications and actions). Although toggling notifications via manual registry key creation/deletion works just fine.
Thanks to @terra-assistance for the insight.