diff --git a/lib/pages/chat_list/space_view.dart b/lib/pages/chat_list/space_view.dart index f0f2eda05..41bce1e9a 100644 --- a/lib/pages/chat_list/space_view.dart +++ b/lib/pages/chat_list/space_view.dart @@ -404,6 +404,9 @@ class _SpaceViewState extends State { ), ] : null, + // #Pangea + enableEncryption: false, + // Pangea# ); } await activeSpace.setSpaceChild(roomId); diff --git a/lib/pages/new_group/new_group.dart b/lib/pages/new_group/new_group.dart index df5f14aa0..f5156d9d6 100644 --- a/lib/pages/new_group/new_group.dart +++ b/lib/pages/new_group/new_group.dart @@ -74,6 +74,9 @@ class NewGroupController extends State { content: {'url': avatarUrl.toString()}, ), ], + // #Pangea + enableEncryption: false, + // Pangea# ); if (!mounted) return; context.go('/rooms/$roomId/invite');