feat: Stop overriding the BTBV manager

This commit is contained in:
2023-06-17 15:21:11 +02:00
parent 28e7ad59b0
commit 4fb25a3ab7
6 changed files with 89 additions and 109 deletions

View File

@@ -42,7 +42,7 @@ void main() async {
// request it using PEP and then convert the device bundle into a OmemoBundle object.
final bobManager = OmemoManager(
await OmemoDevice.generateNewDevice(bobJid),
MemoryBTBVTrustManager(),
BlindTrustBeforeVerificationTrustManager(),
(result, recipient) async => {},
(jid) async => [],
(jid, id) async => null,