Remove maintenance message
This commit is contained in:
parent
47637b6c2f
commit
b4dbeb9369
|
@ -591,5 +591,5 @@ $config['filters'][] = array(
|
||||||
'message' => 'New threads are being created too quickly. Wait [at most] 10 minutes'
|
'message' => 'New threads are being created too quickly. Wait [at most] 10 minutes'
|
||||||
);
|
);
|
||||||
|
|
||||||
$config['global_message'] = '<span><a href="https://talk.leftychan.net/#/room/#welcome:matrix.leftychan.net">Matrix</a></span> <span><a href="ircs://irc.leftychan.net:6697/#leftychan">IRC Chat</a></span> <span><a href="mumble://leftychan.net">Mumble</a></span> <span><a href="https://t.me/+RegtyzzrE0M1NDMx">Telegram</a></span> <span><a href="https://discord.gg/AcZeFKXPmZ">Discord</a></span><br/><br/><span>We are doing maintenance. You might not be able to post until 3am UTC</span>';
|
$config['global_message'] = '<span><a href="https://talk.leftychan.net/#/room/#welcome:matrix.leftychan.net">Matrix</a></span> <span><a href="ircs://irc.leftychan.net:6697/#leftychan">IRC Chat</a></span> <span><a href="mumble://leftychan.net">Mumble</a></span> <span><a href="https://t.me/+RegtyzzrE0M1NDMx">Telegram</a></span> <span><a href="https://discord.gg/AcZeFKXPmZ">Discord</a></span>';
|
||||||
$config['debug'] = false;
|
$config['debug'] = false;
|
||||||
|
|
Loading…
Reference in New Issue