Matrix report integration (#74)

Enables posting reports to a matrix room.
Co-authored-by: nonmakina <nonmakina@leftypol.org>
Co-committed-by: nonmakina <nonmakina@leftypol.org>
This commit is contained in:
nonmakina 2022-04-03 22:06:42 +00:00
parent 2b5365b572
commit 3725d27e72
2 changed files with 26 additions and 0 deletions

View file

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