Fixed registry JMAP helpers
This commit is contained in:
@@ -13,7 +13,7 @@ hashify = "0.2.7"
|
||||
ahash = { version = "0.8" }
|
||||
jmap-tools = { version = "0.1" }
|
||||
xxhash-rust = { version = "0.8.5", features = ["xxh3"] }
|
||||
mail-auth = { path = "/Users/me/code/mail-auth" }
|
||||
mail-auth = { version = "0.8" }
|
||||
tokio = { version = "1.47", features = ["fs"] }
|
||||
|
||||
[features]
|
||||
|
||||
@@ -88,10 +88,7 @@ impl Pickle for BlobId {
|
||||
stream.read_bytes(BLOB_HASH_LEN).map(|bytes| {
|
||||
BlobId::new(
|
||||
BlobHash::try_from_hash_slice(bytes).unwrap(),
|
||||
BlobClass::Reserved {
|
||||
account_id: 0,
|
||||
expires: 0,
|
||||
},
|
||||
BlobClass::default(),
|
||||
)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user