This commit is contained in:
mdecimus
2023-11-01 12:08:24 +01:00
parent ee088d5184
commit df45384fcd
94 changed files with 3024 additions and 489 deletions

View File

@@ -92,7 +92,7 @@ impl JMAP {
}
response.list.push(thread);
} else {
response.not_found.push(id);
response.not_found.push(id.into());
}
}