mirror of
https://github.com/Yonle/bostr.git
synced 2025-11-18 09:57:20 +01:00
defaultconf: new field: nobot
Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
@@ -30,6 +30,9 @@ module.exports = {
|
||||
// Use deflate compression for websocket.
|
||||
perMessageDeflate: true,
|
||||
|
||||
// Do not accept bot (This only checks whenever client respond to AUTH)
|
||||
nobot: true,
|
||||
|
||||
// Time before reconnect to relays in milliseconds.
|
||||
reconnect_time: 5000,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user