Gestito notificationData nelle notifiche push
This commit is contained in:
@@ -12,6 +12,8 @@ public class NotificationService(
|
||||
public async Task LoadNotification()
|
||||
{
|
||||
var allNotifications = await integryNotificationRestClient.Get();
|
||||
if (allNotifications == null) return;
|
||||
|
||||
var allIds = allNotifications.Select(n => n.Id).ToHashSet();
|
||||
|
||||
Notification.ReceivedNotifications = Notification.ReceivedNotifications
|
||||
|
||||
Reference in New Issue
Block a user