2
0
Yuki Takei 1 жил өмнө
parent
commit
9b70ecdcbc

+ 1 - 1
apps/app/src/server/crowi/index.js

@@ -474,7 +474,7 @@ Crowi.prototype.start = async function() {
   this.socketIoService.attachServer(httpServer);
 
   // Initialization YjsService
-  initializeYjsService(this.socketIoService.io, this.sessionConfig);
+  initializeYjsService(this.socketIoService.io);
 
   await this.autoInstall();