Can update inbox entry information

This commit is contained in:
2025-05-08 16:54:21 +02:00
parent b6af889dc5
commit 6c41b66d1c
4 changed files with 21 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ impl UpdateInboxEntryQuery {
// Check inbox entry label
if let Some(label) = &self.label {
if !constraints.inbox_entry_label.check_str(label) {
return Ok(Some("Invalid inbox entry label length!"));
return Ok(Some("Invalid inbox entry label length!"));
}
}