Registry testing - part 2

This commit is contained in:
mdecimus
2026-03-12 18:26:35 +01:00
parent 7c143c85f8
commit d45f1299d3
42 changed files with 1649 additions and 1064 deletions

View File

@@ -256,10 +256,9 @@ impl SieveScriptIngest for Server {
} else {
let exists = self
.in_memory_store()
.key_get::<()>(id_hash.key())
.key_exists(id_hash.key())
.await
.caused_by(trc::location!())?
.is_some();
.caused_by(trc::location!())?;
if !exists || last {
self.in_memory_store()