suggest rooms created by new in space view

This commit is contained in:
ggurdin 2024-07-26 15:56:34 -04:00
parent aa6e33ed1a
commit 31213184a3

View file

@ -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;