chore: Group notifications on android by first space parent
This commit is contained in:
parent
5fc4dc6db5
commit
de7b85819f
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ Future<void> _tryPushHelper(
|
|||
),
|
||||
importance: Importance.high,
|
||||
priority: Priority.max,
|
||||
groupKey: notificationGroupId,
|
||||
groupKey: event.room.spaceParents.firstOrNull?.roomId ?? 'rooms',
|
||||
);
|
||||
const iOSPlatformChannelSpecifics = DarwinNotificationDetails();
|
||||
final platformChannelSpecifics = NotificationDetails(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue