-
-
Notifications
You must be signed in to change notification settings - Fork 172
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
warning notifications #1688
Comments
Large change in r18110: refactoring + a user joining the session will trigger a notification message sent to:
Still TODO:
|
Still TODO:
|
|
From now on, we can easily add more warning notifications as we go along. To test:
All of this should work equally well on all platforms, including the html5 client. But full backwards compatibility with older clients is not possible and those will just not be aware of the notification actions. |
2018-02-01 23:52:22: maxmylyn commented
|
Also use notifications for reporting failures in: Minor related fixes: |
If something goes wrong, the message ends up in the console output and server log (via remote logging), but most users won't look there and will therefore be unaware of the problem.
We should add an option to allow notifications to be used for major events, ie: another user joined the session, file uploads (#1375), the connection is having problems (#401)
The initial warnings during the client startup could be bunched up together to avoid spamming the notification system with multiple messages on startup.
In any case, this should probably be rate limited and controllable from the system tray menu.
Links:
See also: #1492, #1305
The text was updated successfully, but these errors were encountered: