mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-22 12:22:23 +02:00
Fix channels hide and return autohide (#6529)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
@@ -17,7 +17,8 @@ export async function createNotification (
|
||||
objectClass: forDoc._class,
|
||||
objectSpace: forDoc.space,
|
||||
user: data.user,
|
||||
isPinned: false
|
||||
isPinned: false,
|
||||
hidden: false
|
||||
})
|
||||
docNotifyContext = await client.findOne(notification.class.DocNotifyContext, { _id: docNotifyContextId })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user