Fix channels hide and return autohide (#6529)

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
Kristina
2024-09-11 22:35:18 +07:00
committed by GitHub
parent 4e44f73314
commit 682e4b3011
16 changed files with 129 additions and 196 deletions
+1
View File
@@ -285,6 +285,7 @@ export interface DocNotifyContext extends Doc<PersonSpace> {
objectSpace: Ref<Space>
isPinned: boolean
hidden: boolean
lastViewedTimestamp?: Timestamp
lastUpdateTimestamp?: Timestamp