diff --git a/lib/pages/chat_list/chat_list.dart b/lib/pages/chat_list/chat_list.dart index 3423c3612..065f9c9e8 100644 --- a/lib/pages/chat_list/chat_list.dart +++ b/lib/pages/chat_list/chat_list.dart @@ -903,7 +903,10 @@ class ChatListController extends State if (space == null) return; await showFutureLoadingDialog( context: context, - future: () => space.setSpaceChild(room.id), + // #Pangea + // future: () => space.setSpaceChild(room.id), + future: () => space.pangeaSetSpaceChild(room.id), + // Pangea# ); // #Pangea return;