suggest rooms created by new in space view

pull/1384/head
ggurdin 1 year ago
parent aa6e33ed1a
commit 31213184a3

@ -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…
Cancel
Save