fix(backend): send use poll on attempted sse connection establishing

This commit is contained in:
2026-09-07 14:13:37 +02:00
parent 68bbfa7896
commit 18bdf82bcf
5 changed files with 23 additions and 8 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ const run = () => {
// Load extra routes
devtoken.routes( app, foss );
room.routes( app, foss );
room.routes( app, foss, config );
user.routes( app, foss );