suggest rooms created by new in space view
This commit is contained in:
parent
aa6e33ed1a
commit
31213184a3
1 changed files with 6 additions and 1 deletions
|
|
@ -579,7 +579,12 @@ class _SpaceViewState extends State<SpaceView> {
|
|||
: null,
|
||||
);
|
||||
}
|
||||
await activeSpace.setSpaceChild(roomId);
|
||||
await activeSpace.setSpaceChild(
|
||||
roomId,
|
||||
// #Pangea
|
||||
suggested: true,
|
||||
// Pangea#
|
||||
);
|
||||
},
|
||||
);
|
||||
if (result.error != null) return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue