From ec45843c60c713676caf35644490fb8a058e4350 Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Mon, 14 Aug 2023 18:49:22 -0400 Subject: [PATCH] Remove link to pleroma from board message --- inc/instance-config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/instance-config.php b/inc/instance-config.php index 8fe73299..1bd62507 100644 --- a/inc/instance-config.php +++ b/inc/instance-config.php @@ -93,7 +93,7 @@ $config['cookies']['salt'] = 'MGYwNjhlNjU5Y2QxNWU3YjQ3MzQ1Yj'; $config['search']['enable'] = true; $config['flood_cache'] = 60 * 15; // 15 minutes. The oldest a post can be in the flood table $config['flood_time_any'] = 20; // time between thread creation -$config['flood_time'] = 5; +$config['flood_time'] = 0; $config['flood_time_ip'] = 60; $config['flood_time_same'] = 60; $config['max_body'] = 80000; @@ -525,4 +525,4 @@ $config['filters'][] = array( 'message' => "$fakereason_ano" ); -$config['global_message'] = '

Matrix

IRC Chat

Pleroma

Mumble

Telegram

Discord

'; +$config['global_message'] = '

Matrix

IRC Chat

Mumble

Telegram

Discord

';