diff --git a/iOS/SceneCoordinator.swift b/iOS/SceneCoordinator.swift index 43ebb3c32..278097ee7 100644 --- a/iOS/SceneCoordinator.swift +++ b/iOS/SceneCoordinator.swift @@ -445,8 +445,6 @@ class SceneCoordinator: NSObject, UndoableCommandRunner, UnreadCountProvider { return } - guard note.object is Feed else { return } - queueRebuildBackingStores() }