Skip to content

Commit 1b999e1

Browse files
kristina-fefelovahaiodo
authored andcommitted
Show all channels and directs in navigator (#6180)
Signed-off-by: Kristina Fefelova <[email protected]>
1 parent 51ae72b commit 1b999e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: plugins/chunter-resources/src/components/chat/navigator/ChatNavGroup.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
const ids = ctx.map(({ attachedTo }) => attachedTo)
8888
const { query, limit } = objectsQueryByClass.get(_class) ?? {
8989
query: createQuery(),
90-
limit: model.maxSectionItems ?? 5
90+
limit: hierarchy.isDerived(_class, chunter.class.ChunterSpace) ? -1 : model.maxSectionItems ?? 5
9191
}
9292
9393
objectsQueryByClass.set(_class, { query, limit: limit ?? model.maxSectionItems ?? 5 })

0 commit comments

Comments
 (0)