summaryrefslogtreecommitdiff
path: root/includes/external/pair
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-05-16 22:17:15 +0200
committerRaindropsSys <contact@minteck.org>2023-05-16 22:17:15 +0200
commit98a84f3aa735f31b08e807c8a4f0549742cbd1b0 (patch)
tree9a510d41197d6af646f1ee0bdbf261437211f1bc /includes/external/pair
parent60f7da42c41b35b44fa397397a5e4bccd6039d45 (diff)
downloadpluralconnect-98a84f3aa735f31b08e807c8a4f0549742cbd1b0.tar.gz
pluralconnect-98a84f3aa735f31b08e807c8a4f0549742cbd1b0.tar.bz2
pluralconnect-98a84f3aa735f31b08e807c8a4f0549742cbd1b0.zip
Updated 8 files (automated)
Diffstat (limited to 'includes/external/pair')
-rw-r--r--includes/external/pair/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/external/pair/index.js b/includes/external/pair/index.js
index af7c3e4..f933232 100644
--- a/includes/external/pair/index.js
+++ b/includes/external/pair/index.js
@@ -90,7 +90,7 @@ wss.on('connection', (ws, req) => {
} else {
clients[ws.code] = {
socket: ws,
- name: (typeof data.name === "string" && data.name.length > 2 && data.name.length < 50) ? data.name : "<Unknown client>"
+ name: (typeof data.name === "string" && data.name.length > 2 && data.name.length < 100) ? data.name : "<Unknown client>"
}
ws.send(JSON.stringify({