Fix olm
This commit is contained in:
parent
d388d8267c
commit
8ca42ee6e7
|
@ -89,13 +89,6 @@ class _ChatEncryptionSettingsState extends State<ChatEncryptionSettings> {
|
||||||
: I18n.of(context).needPantalaimonWarning,
|
: I18n.of(context).needPantalaimonWarning,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
if (room.encrypted)
|
|
||||||
ListTile(
|
|
||||||
title: Text("Outbound MegOlm session ID:"),
|
|
||||||
subtitle: Text(
|
|
||||||
room.outboundGroupSession?.session_id()?.beautified ??
|
|
||||||
"None"),
|
|
||||||
),
|
|
||||||
Divider(height: 1),
|
Divider(height: 1),
|
||||||
if (room.encrypted)
|
if (room.encrypted)
|
||||||
ListTile(
|
ListTile(
|
||||||
|
@ -168,6 +161,13 @@ class _ChatEncryptionSettingsState extends State<ChatEncryptionSettings> {
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
if (room.encrypted)
|
||||||
|
ListTile(
|
||||||
|
title: Text("Outbound MegOlm session ID:"),
|
||||||
|
subtitle: Text(
|
||||||
|
room.outboundGroupSession?.session_id()?.beautified ??
|
||||||
|
"None"),
|
||||||
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
|
@ -124,8 +124,8 @@ packages:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: "4921c4c31bf92a0ce26b672af8f842ab8a52b541"
|
ref: d2f3377d70511776ebd65ab3ccda5ca9bf248067
|
||||||
resolved-ref: "4921c4c31bf92a0ce26b672af8f842ab8a52b541"
|
resolved-ref: d2f3377d70511776ebd65ab3ccda5ca9bf248067
|
||||||
url: "https://gitlab.com/famedly/famedlysdk.git"
|
url: "https://gitlab.com/famedly/famedlysdk.git"
|
||||||
source: git
|
source: git
|
||||||
version: "0.0.1"
|
version: "0.0.1"
|
||||||
|
|
|
@ -27,7 +27,7 @@ dependencies:
|
||||||
famedlysdk:
|
famedlysdk:
|
||||||
git:
|
git:
|
||||||
url: https://gitlab.com/famedly/famedlysdk.git
|
url: https://gitlab.com/famedly/famedlysdk.git
|
||||||
ref: 4921c4c31bf92a0ce26b672af8f842ab8a52b541
|
ref: 4d4eabb9a228f46066361b19c50a410afbecc7c9
|
||||||
|
|
||||||
localstorage: ^3.0.1+4
|
localstorage: ^3.0.1+4
|
||||||
bubble: ^1.1.9+1
|
bubble: ^1.1.9+1
|
||||||
|
|
Loading…
Reference in a new issue