Limit concurrent notifications#4706
Merged
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4706 +/- ##
==========================================
+ Coverage 56.40% 56.41% +0.01%
==========================================
Files 138 138
Lines 17068 17068
==========================================
+ Hits 9627 9629 +2
+ Misses 7441 7439 -2
|
mgallien
reviewed
Jul 7, 2022
fec318e to
a07bdf5
Compare
mgallien
approved these changes
Jul 8, 2022
camilasan
approved these changes
Jul 11, 2022
Member
|
/backport to stable-3.5 |
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
a07bdf5 to
7d08702
Compare
|
AppImage file: Nextcloud-PR-4706-bc01db7cfff19a910e7bc23b3233b43260c32d0c-x86_64.AppImage |
|
SonarCloud Quality Gate failed. |
|
The backport to stable-3.5 failed. Please do this backport manually. |
Collaborator
Author
|
/backport to stable-3.5 |
|
The backport to stable-3.5 failed. Please do this backport manually. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.








This PR condenses several notifications into a single notification with text "XX notifications" in cases where these notifications all arrive at the same time.
This resolves two problems:
Signed-off-by: Claudio Cambra claudio.cambra@gmail.com