Mark as read button
This commit is contained in:
parent
e8a8bb3b4f
commit
0f563455ff
4 changed files with 21 additions and 4 deletions
|
|
@ -64,7 +64,7 @@ class SpacesController extends AsyncNotifier<IList<Space>> {
|
|||
avatar: space.avatar,
|
||||
id: space.roomData.id,
|
||||
roomData: space.roomData,
|
||||
children: IList(await space.roomData.getAllChildren(client)),
|
||||
children: IList(await space.roomData.getAllChildren()),
|
||||
),
|
||||
),
|
||||
)),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue