fix: update minimum title length default to zero to allow title-less topics via composer

This commit is contained in:
Julian Lam
2026-03-02 13:30:16 -05:00
parent e3119c76f3
commit 6bfe3cd0e1

View File

@@ -59,7 +59,7 @@
"resizeImageQuality": 80,
"convertPastedImageTo": "image/jpeg",
"topicThumbSize": 512,
"minimumTitleLength": 3,
"minimumTitleLength": 0,
"maximumTitleLength": 255,
"minimumUsernameLength": 2,
"maximumUsernameLength": 16,