Merge branch 'dev' into hook-api-unittest

This commit is contained in:
tequ
2025-12-24 12:23:09 +09:00
committed by GitHub

View File

@@ -471,6 +471,10 @@ ManifestCache::applyManifest(Manifest m)
auto masterKey = m.masterKey;
map_.emplace(std::move(masterKey), std::move(m));
// Increment sequence to invalidate cached manifest messages
seq_++;
return ManifestDisposition::accepted;
}