Page MenuHomePhabricator

D13265.diff
No OneTemporary

D13265.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
Sat, Nov 23, 10:32 AM (19 h, 48 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2570248
Default Alt Text
D13265.diff (545 B)

Event Timeline