[frontend/core] Fix notification streaming
This commit is contained in:
parent
6c8a7e4c3f
commit
7e8b62f9cf
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue