Can update inbox entry information
This commit is contained in:
@@ -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!"));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user