diff --git a/Iceshrimp.Frontend/Core/Services/NoteStore/NotificationStore.cs b/Iceshrimp.Frontend/Core/Services/NoteStore/NotificationStore.cs index 4a6687af..078e0f5c 100644 --- a/Iceshrimp.Frontend/Core/Services/NoteStore/NotificationStore.cs +++ b/Iceshrimp.Frontend/Core/Services/NoteStore/NotificationStore.cs @@ -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()