mirror of
https://github.com/hcengineering/platform.git
synced 2025-03-19 13:18:56 +00:00
Fix document channel disappear after message write (#6477)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
parent
174d976311
commit
32335e066b
@ -88,7 +88,7 @@
|
||||
_class,
|
||||
{
|
||||
_id: { $in: limit !== -1 ? ids.slice(0, limit) : ids },
|
||||
space: isChunterSpace ? core.space.Space : undefined
|
||||
...(isChunterSpace ? { space: core.space.Space } : {})
|
||||
},
|
||||
(res) => {
|
||||
objectsByClass = objectsByClass.set(_class, { docs: res, total: res.total })
|
||||
|
Loading…
Reference in New Issue
Block a user