You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running Rocket.Chat on docker and using Rocket.Chat gateway for receiving push notifications.
But there is an issue with mobile push notifications if there is an active PC session. The standard 120-second delay isn't affected by OVERWRITE_SETTING_NOTIFICATIONS_SCHEDULE_DELAY_ONLINE. However if Rocket.Chat is closed on PC then I receive push notifications instantly. I have also tried to introduce this in .env and docker-compose.yml.save just to be sure. None of the above changes the hardcoded 120-second delay
Steps to reproduce:
Introduce "OVERWRITE_SETTING_NOTIFICATIONS_SCHEDULE_DELAY_ONLINE xx" to docker-compose.yml
Expected behavior:
The delay should be the xx value that the user sets
Description:
I'm running Rocket.Chat on docker and using Rocket.Chat gateway for receiving push notifications.
But there is an issue with mobile push notifications if there is an active PC session. The standard 120-second delay isn't affected by OVERWRITE_SETTING_NOTIFICATIONS_SCHEDULE_DELAY_ONLINE. However if Rocket.Chat is closed on PC then I receive push notifications instantly. I have also tried to introduce this in .env and docker-compose.yml.save just to be sure. None of the above changes the hardcoded 120-second delay
Steps to reproduce:
Expected behavior:
The delay should be the xx value that the user sets
Actual behavior:
The delay is 120-seconds no matter what xx is
Server Setup Information:
Client Setup Information
Additional context
The text was updated successfully, but these errors were encountered: