diff --git a/post.php b/post.php index 5221128f..c17e6188 100644 --- a/post.php +++ b/post.php @@ -394,7 +394,7 @@ function handle_report(){ $trimmed_post = strlen($thread['body_nomarkup']) > 280 ? '[...]' : ''; $postcontent = mb_substr($thread['body_nomarkup'], 0, 280) . $trimmed_post; $reported_post_url = $config['domain'] . "/mod.php?/" . $board['dir'] . $config['dir']['res'] . ( $thread['thread'] ? $thread['thread'] : $id ) . ".html"; - $matrix_message = $reported_post_url . ($thread['thread'] ? '#' . $id : '') . " \n" . $reason . " \n" . $postcontent . " \n"; + $matrix_message = $reported_post_url . ($thread['thread'] ? '#' . $id : '') . " \nReason:\n" . $reason . " \nPost:\n" . $postcontent . " \n"; $post_url = $config['matrix']['host'] . "/_matrix/client/r0/rooms/" . $config['matrix']['room_id'] . "/send/m.room.message?access_token=" . $config['matrix']['access_token']; $ch = curl_init($post_url); $post_data = json_encode(array(