-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 notification apps to defer and flush the sending #21238
Conversation
So, let's do this for 20? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have no idea what this does :D
It allows to interact with notifications and only sends them on flush, which means only 1 connection to the push proxy instead of of everytime. E.g. when a call in Talk is started this means 1 connection instead of 2*participants (we hacked it currently to be already 1 only, but this would be an official API for it) |
Signed-off-by: Joas Schilling <coding@schilljs.com>
902668c
to
3d55915
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes as discussed already
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good 👍
Signed-off-by: Joas Schilling coding@schilljs.com