fix(backend): don't send connect type on own check

This commit is contained in:
2026-09-07 12:46:28 +02:00
parent 8a83326d60
commit 68bbfa7896
3 changed files with 5 additions and 13 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ const run = () => {
// Load extra routes
devtoken.routes( app, foss );
room.routes( app, foss );
user.routes( app, foss, config );
user.routes( app, foss );
app.use( ( _request: express.Request, response: express.Response ) => {