Yuki Takei 1 год назад
Родитель
Сommit
9b70ecdcbc
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/app/src/server/crowi/index.js

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

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