fix: Possible database corruption cause by allow multiple instances
This commit is contained in:
parent
4969b7fcb9
commit
0d7807bed3
2 changed files with 3 additions and 34 deletions
|
|
@ -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,
|
||||
),
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue