i cant get old encryption keys to load :/
This commit is contained in:
parent
8ba9f170cc
commit
396a0f4c4f
1 changed files with 0 additions and 6 deletions
|
|
@ -56,12 +56,6 @@ class ClientController extends AsyncNotifier<Client> {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (client.userID != null) {
|
|
||||||
// client.encryption?.keyVerificationManager.addRequest(
|
|
||||||
// KeyVerification(encryption: client.encryption!, userId: client.userID!),
|
|
||||||
// );
|
|
||||||
}
|
|
||||||
|
|
||||||
return client;
|
return client;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue