Skip to content

Commit

Permalink
chore: Group notifications on android by first space parent
Browse files Browse the repository at this point in the history
  • Loading branch information
krille-chan committed Sep 29, 2024
1 parent 5fc4dc6 commit de7b858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/push_helper.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit de7b858

Please sign in to comment.