Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow setting for UserPresence.awayTime, change default value to 5 sec #7130

Closed
rasos opened this issue May 31, 2017 · 1 comment
Closed

Comments

@rasos
Copy link
Contributor

rasos commented May 31, 2017

When working on the desktop, it takes 5 minutes, until you start receiving push notifications on your mobile. This is hard coded in client/startup/startup.js with
UserPresence.awayTime = 300000;
Our users are missing notifications when leaving the desk. You can not overrule the UserPresence.awayTime with setting your online status to "away" - it still takes five minutes.

We would like to have a config setting for UserPresence.awayTime and we recommend to set the default value to 3000 (= 5 sec.).

The timer seems to start count down, when you are not having the Rocket.Chat browser tab in front or you are inactive on the desktop.

Rocket.Chat Version: 0.56
See also #7115 , #6988 and #1602#issuecomment-226559485

@sampaiodiego
Copy link
Member

this is now configurable either on level or server level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants