Skip to content

Commit

Permalink
Fix document channel disappear after message write (#6477)
Browse files Browse the repository at this point in the history
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
  • Loading branch information
kristina-fefelova authored and haiodo committed Sep 3, 2024
1 parent 174d976 commit 32335e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 })
Expand Down

0 comments on commit 32335e0

Please sign in to comment.