Rocketchat enable notification

Материал из wiki

Rocketchat enable notification

Запускаем rocketchat-desktop-переходим в меню наверху, открываем вкладку окна, переходим в настройки и включаем следующее: "включить мигание иконки, значок в трее, отключить сообщать об ошибках разработчикам", также во вкладке сверху вид - включить значок в трее.

Снимок экрана от 2023-03-16 10-05-43.png

Если проблемы с winodws, то I've managed to solve it through group policy (I need it 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. I've tried an option with deleting this registry key 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.