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

@@ -54,7 +54,7 @@ impl Default for ServerConstraints {
token_max_inactivity: LenConstraints::new(3600, 3600 * 24 * 365),
account_name: LenConstraints::not_empty(50),
movement_label: LenConstraints::not_empty(200),
inbox_entry_label: LenConstraints::not_empty(200),
inbox_entry_label: LenConstraints::max_only(200),
file_allowed_types: &[
"image/jpeg",
"image/png",