diff --git a/src/server/storage/notificationcollector.cpp b/src/server/storage/notificationcollector.cpp --- a/src/server/storage/notificationcollector.cpp +++ b/src/server/storage/notificationcollector.cpp @@ -542,6 +542,7 @@ mIgnoreTransactions = true; CommandContext context; auto scope = fetchScope->toFetchScope(); + scope.setFetch(Protocol::ItemFetchScope::CacheOnly); FetchHelper helper(Connection::self(), &context, Scope(ids), scope); QVector fetchedItems; auto callback = [&fetchedItems](Protocol::FetchItemsResponse &&cmd) {