REALTIME - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: обновление роли workspace

This commit is contained in:
DCCONSTRUCTIONS 2026-05-12 23:28:22 +03:00
parent a86ed9f5f3
commit 6f34c3cd34
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ export const useNodeDCRealtimeEvents = (enabled: boolean, currentUserId?: string
await Promise.allSettled([
workspaceRoot.fetchWorkspaces(),
userStore.permission.fetchUserWorkspaceInfo(workspaceSlug),
memberRoot.workspace.fetchWorkspaceMembers(workspaceSlug),
memberRoot.workspace.fetchWorkspaceMemberInvitations(workspaceSlug),
projectStore.fetchProjects(workspaceSlug),