Set placeholder in notifications manager for wiring in RP settings providers

merge-requests/67/merge
Hank Grabowski 2024-11-22 12:32:59 -05:00
rodzic ee660f1ee6
commit ea8e90fb2e
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -273,7 +273,8 @@ class NotificationsManager extends ChangeNotifier {
Future<void> _processNewNotifications(
Iterable<UserNotification> notifications) async {
final groupNotifications = getIt<SettingsService>().notificationGrouping;
// TODO get grouping information from Riverpod service
// final groupNotifications = getIt<SettingsService>().notificationGrouping;
final dmsMap = <String, UserNotification>{};
final crMap = <String, UserNotification>{};
final unreadMap = <String, UserNotification>{};