1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-23 23:20:57 +01:00

Change illogical default of $config[force_body]

Makes JS and non-JS enforcement equivalent while providing a downgrade path.

JS may not allow empty bodies even when $config[force_body] false. Don't care enough to fix. PR welcome.

Close #493.
This commit is contained in:
Fredrick Brennan 2022-08-29 10:30:50 -04:00 committed by GitHub
parent dd7c63b65f
commit 1e19e75bf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -475,7 +475,7 @@
*/
// Do you need a body for your reply posts?
$config['force_body'] = false;
$config['force_body'] = true;
// Do you need a body for new threads?
$config['force_body_op'] = true;
// Require an image for threads?