|
@@ -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();
|
|
|
|
|
|