config.php: restructure matrix configuration a bit

This commit is contained in:
Zankaria 2024-10-30 12:36:23 +01:00
parent 6473ff6ab6
commit 703637a948

View file

@ -1895,12 +1895,14 @@
*/ */
// Matrix integration for reports // Matrix integration for reports
// $config['matrix'] = array( $config['matrix'] = [
// 'access_token' => 'ACCESS_TOKEN', 'enabled' => false,
// 'room_id' => '%21askjdlkajsdlka:matrix.org', 'access_token' => 'ACCESS_TOKEN',
// 'host' => 'https://matrix.org', // Note: must be already url-escaped.
// 'max_message_length' => 240 'room_id' => '%21askjdlkajsdlka:matrix.org',
// ); 'host' => 'https://matrix.org',
'max_message_length' => 240
];
//Securimage captcha //Securimage captcha
//Note from lainchan PR: "TODO move a bunch of things here" //Note from lainchan PR: "TODO move a bunch of things here"