explicitly set enableEncryption to false when creating a new group chat
This commit is contained in:
parent
ebbc03068a
commit
a0bced5ae7
2 changed files with 6 additions and 0 deletions
|
|
@ -404,6 +404,9 @@ class _SpaceViewState extends State<SpaceView> {
|
|||
),
|
||||
]
|
||||
: null,
|
||||
// #Pangea
|
||||
enableEncryption: false,
|
||||
// Pangea#
|
||||
);
|
||||
}
|
||||
await activeSpace.setSpaceChild(roomId);
|
||||
|
|
|
|||
|
|
@ -74,6 +74,9 @@ class NewGroupController extends State<NewGroup> {
|
|||
content: {'url': avatarUrl.toString()},
|
||||
),
|
||||
],
|
||||
// #Pangea
|
||||
enableEncryption: false,
|
||||
// Pangea#
|
||||
);
|
||||
if (!mounted) return;
|
||||
context.go('/rooms/$roomId/invite');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue