mirror of
https://github.com/docmost/docmost.git
synced 2026-08-30 10:26:25 +08:00
fix(base): rename remaining baseId references in attachment upload and ws utility
This commit is contained in:
@@ -17,8 +17,8 @@ export const TREE_EVENTS = new Set([
|
||||
'refetchRootTreeNodeEvent',
|
||||
]);
|
||||
|
||||
export function getBaseRoomName(baseId: string): string {
|
||||
return `base-${baseId}`;
|
||||
export function getBaseRoomName(pageId: string): string {
|
||||
return `base-${pageId}`;
|
||||
}
|
||||
|
||||
export const BASE_INBOUND_EVENTS = new Set([
|
||||
|
||||
Reference in New Issue
Block a user