-
-
Notifications
You must be signed in to change notification settings - Fork 474
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
Handle corrupted config files #352
Conversation
Hello @akashnimare, it seems like you have referenced an issue in your pull request, but you have not referenced that issue in your commit message(s). When you reference an issue in a commit message, it automatically closes the corresponding issue when the commit is merged. Please run An example of a correctly-formatted commit:
Thank you for your contributions to Zulip! |
Created two electron-bridge variables. idle_on_system tells whether the user is idle or not. last_active_on_system gives the time the user was last active. Both variables will be used by the webapp to set user status. Fixes zulip#352.
Created two electron-bridge variables. idle_on_system tells whether the user is idle or not. last_active_on_system gives the time the user was last active. Both variables will be used by the webapp to set user status. Fixes zulip#352.
Created two electron-bridge variables. idle_on_system tells whether the user is idle or not. last_active_on_system gives the time the user was last active. Both variables will be used by the webapp to set user status. Fixes zulip#352.
Created two electron-bridge variables. idle_on_system tells whether the user is idle or not. last_active_on_system gives the time the user was last active. Both variables will be used by the webapp to set user status. Fixes zulip#352.
Created two electron-bridge variables. idle_on_system tells whether the user is idle or not. last_active_on_system gives the time the user was last active. Both variables will be used by the webapp to set user status. Fixes zulip#352.
Created two electron-bridge variables. idle_on_system tells whether the user is idle or not. last_active_on_system gives the time the user was last active. Both variables will be used by the webapp to set user status. Fixes zulip#352.
Created two electron-bridge variables. idle_on_system tells whether the user is idle or not. last_active_on_system gives the time the user was last active. Both variables will be used by the webapp to set user status. Fixes zulip#352.
Created two electron-bridge variables. idle_on_system tells whether the user is idle or not. last_active_on_system gives the time the user was last active. Both variables will be used by the webapp to set user status. Fixes zulip#352.
Created two electron-bridge variables. idle_on_system tells whether the user is idle or not. last_active_on_system gives the time the user was last active. Both variables will be used by the webapp to set user status. Fixes zulip#352.
Created two electron-bridge variables. idle_on_system tells whether the user is idle or not. last_active_on_system gives the time the user was last active. Both variables will be used by the webapp to set user status. Fixes zulip#352.
Created two electron-bridge variables. idle_on_system tells whether the user is idle or not. last_active_on_system gives the time the user was last active. Both variables will be used by the webapp to set user status. Fixes zulip#352.
Created two electron-bridge variables. idle_on_system tells whether the user is idle or not. last_active_on_system gives the time the user was last active. Both variables will be used by the webapp to set user status. Fixes zulip#352.
Created two electron-bridge variables. idle_on_system tells whether the user is idle or not. last_active_on_system gives the time the user was last active. Both variables will be used by the webapp to set user status. Fixes zulip#352.
Created two electron-bridge variables. idle_on_system tells whether the user is idle or not. last_active_on_system gives the time the user was last active. Both variables will be used by the webapp to set user status. Fixes zulip#352.
We check user status every 15 seconds and update the status accordingly to every organization connected. The webapp then uses this system presence data we send to set the user status based on system activity. Fixes #352.
We check user status every 15 seconds and update the status accordingly to every organization connected. The webapp then uses this system presence data we send to set the user status based on system activity. Fixes zulip#352.
This partially fixes #310.