fix: Possible database corruption cause by allow multiple instances

This commit is contained in:
Christian Kußowski 2025-11-11 10:52:26 +01:00
commit 0d7807bed3
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
2 changed files with 3 additions and 34 deletions

View file

@ -105,7 +105,6 @@ Future<MatrixSdkDatabase> _constructDatabase(String clientName) async {
version: 1,
// most important : apply encryption when opening the DB
onConfigure: helper?.applyPragmaKey,
singleInstance: false,
),
);