[frontend/core] Fix notification streaming

This commit is contained in:
Lilian 2025-02-17 23:13:08 +01:00
parent 6c8a7e4c3f
commit 7e8b62f9cf
No known key found for this signature in database

View file

@ -24,7 +24,7 @@ internal class NotificationStore : NoteMessageProvider, IAsyncDisposable
_stateSynchronizer = stateSynchronizer;
_streamingService = streamingService;
_stateSynchronizer.NoteChanged += OnNoteChanged;
_streamingService.Notification -= OnNotification;
_streamingService.Notification += OnNotification;
}
public async Task InitializeAsync()