Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3346969
D13265.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
545 B
Referenced Files
None
Subscribers
None
D13265.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D13265: Fix broken collapsable notifs in badge only threads on iOS
Attached
Detach File
Event Timeline
Log In to Comment