mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 13:17:45 +02:00
Fix chat opening after workspace change (#4919)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
@@ -150,7 +150,7 @@
|
||||
)
|
||||
|
||||
const workspaceId = $location.path[1]
|
||||
const inboxClient = InboxNotificationsClientImpl.getClient()
|
||||
const inboxClient = InboxNotificationsClientImpl.createClient()
|
||||
const inboxNotificationsByContextStore = inboxClient.inboxNotificationsByContext
|
||||
|
||||
let hasNotificationsFn: ((data: Map<Ref<DocNotifyContext>, InboxNotification[]>) => Promise<boolean>) | undefined =
|
||||
|
||||
Reference in New Issue
Block a user