Page MenuHomePhabricator

D13265.id43971.diff
No OneTemporary

D13265.id43971.diff

diff --git a/native/ios/NotificationService/NotificationService.mm b/native/ios/NotificationService/NotificationService.mm
--- a/native/ios/NotificationService/NotificationService.mm
+++ b/native/ios/NotificationService/NotificationService.mm
@@ -243,7 +243,8 @@
}
// Step 5: (optional) execute notification coalescing
- if ([self isCollapsible:content.userInfo]) {
+ if ([self isCollapsible:content.userInfo] &&
+ !content.userInfo[needsSilentBadgeUpdateKey]) {
std::string coalescingErrorMessage;
try {
@try {

File Metadata

Mime Type
text/plain
Expires
Thu, Sep 19, 6:32 PM (20 m, 47 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2141592
Default Alt Text
D13265.id43971.diff (545 B)

Event Timeline