fix mark all as read behavior with subspaces
This commit is contained in:
parent
309d0df581
commit
f60189bfb8
1 changed files with 5 additions and 1 deletions
|
|
@ -209,7 +209,11 @@ class Sidebar extends HookConsumerWidget {
|
|||
actions: [
|
||||
RoomMenu(
|
||||
selectedSpace.room,
|
||||
children: selectedSpace.children,
|
||||
children: selectedSpace.children.addAll(
|
||||
selectedSpace.subSpaces
|
||||
.map((element) => element.children)
|
||||
.flattened,
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue