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
@kylef points out that the existing mechanism for auto-communicating presence to the server is the AWAY command, and many clients already have auto-away capabilities.
Particularly in the context of #1527 (but maybe in other contexts as well) we need a way to suppress push notifications when the user is actually present. Here's the suggested design:
Each session will independently have an away status and an away message
You're not away unless all your sessions are away (or you have no sessions and the auto-away preference is set)
If you become away, we publicly display the away message of the last session to become away
The text was updated successfully, but these errors were encountered:
@kylef points out that the existing mechanism for auto-communicating presence to the server is the AWAY command, and many clients already have auto-away capabilities.
Particularly in the context of #1527 (but maybe in other contexts as well) we need a way to suppress push notifications when the user is actually present. Here's the suggested design:
The text was updated successfully, but these errors were encountered: