admin side scan connection

This commit is contained in:
Julian Krauser 2025-07-15 15:16:11 +02:00
parent b29cdae088
commit 83ab0c4ea7
7 changed files with 156 additions and 6 deletions

View file

@ -45,7 +45,6 @@ export default async function authenticateSocket(socket: Socket, next: Function)
permissions: decoded.permissions,
isWebApiRequest: decoded?.sub == "webapi_access_token",
});
socket.join("home");
next();
} catch (err) {