diff --git a/lib/pages/chat_list/space_view.dart b/lib/pages/chat_list/space_view.dart index ccc9aa9c4..a90c0d094 100644 --- a/lib/pages/chat_list/space_view.dart +++ b/lib/pages/chat_list/space_view.dart @@ -579,7 +579,12 @@ class _SpaceViewState extends State { : null, ); } - await activeSpace.setSpaceChild(roomId); + await activeSpace.setSpaceChild( + roomId, + // #Pangea + suggested: true, + // Pangea# + ); }, ); if (result.error != null) return;