This commit is contained in:
@@ -102,7 +102,7 @@ export async function createServer(opts: ServerOptions) {
|
||||
registerShareRoutes(fastify, opts.db, authService);
|
||||
|
||||
// Yjs collaboration WebSocket
|
||||
registerYjsWebSocket(fastify);
|
||||
registerYjsWebSocket(fastify, authService);
|
||||
|
||||
return fastify;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user