mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	chore: Revert push channel changes
This commit is contained in:
		
							parent
							
								
									7635104505
								
							
						
					
					
						commit
						edfd8f36ab
					
				@ -50,12 +50,9 @@ Future<void> pushHelper(
 | 
			
		||||
      NotificationDetails(
 | 
			
		||||
        iOS: const DarwinNotificationDetails(),
 | 
			
		||||
        android: AndroidNotificationDetails(
 | 
			
		||||
          notification.roomId ?? AppConfig.pushNotificationsChannelId,
 | 
			
		||||
          notification.roomName ?? AppConfig.pushNotificationsChannelName,
 | 
			
		||||
          channelDescription: notification.roomName ??
 | 
			
		||||
              AppConfig.pushNotificationsChannelDescription,
 | 
			
		||||
          groupAlertBehavior: GroupAlertBehavior.summary,
 | 
			
		||||
          category: AndroidNotificationCategory.message,
 | 
			
		||||
          AppConfig.pushNotificationsChannelId,
 | 
			
		||||
          AppConfig.pushNotificationsChannelName,
 | 
			
		||||
          channelDescription: AppConfig.pushNotificationsChannelDescription,
 | 
			
		||||
          number: notification.counts?.unread,
 | 
			
		||||
          ticker: l10n!.unreadChats(notification.counts?.unread ?? 1),
 | 
			
		||||
          importance: Importance.max,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user