Skip to content

Commit 781cd5f

Browse files
committed
increase post attachments to 4
1 parent 52299cf commit 781cd5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/limits.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ pub const VALIDATION_LIMITS: ValidationLimits = ValidationLimits {
8484
user_status_max_length: 50,
8585
post_short_content_max_length: 2000,
8686
post_long_content_max_length: 50_000,
87-
post_attachments_max_count: 3,
87+
post_attachments_max_count: 4,
8888
post_attachment_url_max_length: 200,
8989
post_allowed_attachment_protocols: &["pubky", "http", "https"],
9090
file_name_min_length: 1,

0 commit comments

Comments
 (0)