|
@@ -51,6 +51,7 @@ export const SocketEventName = {
|
|
|
|
|
|
|
|
// Yjs
|
|
// Yjs
|
|
|
YjsUpdated: 'yjsDraft:update',
|
|
YjsUpdated: 'yjsDraft:update',
|
|
|
|
|
+ YjsAwarenessStateUpdated: 'yjs:awareness-state-update',
|
|
|
} as const;
|
|
} as const;
|
|
|
export type SocketEventName = typeof SocketEventName[keyof typeof SocketEventName];
|
|
export type SocketEventName = typeof SocketEventName[keyof typeof SocketEventName];
|
|
|
|
|
|