chore: Follow up database path
This commit is contained in:
parent
45cff982ad
commit
ea790f43ac
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ Future<MatrixSdkDatabase> _constructDatabase(Client client) async {
|
||||||
return MatrixSdkDatabase(
|
return MatrixSdkDatabase(
|
||||||
client.clientName,
|
client.clientName,
|
||||||
database: await ffi.databaseFactoryFfi.openDatabase(
|
database: await ffi.databaseFactoryFfi.openDatabase(
|
||||||
'$path/${client.clientName}',
|
'${path.path}/${client.clientName}',
|
||||||
),
|
),
|
||||||
maxFileSize: 1024 * 1024 * 10,
|
maxFileSize: 1024 * 1024 * 10,
|
||||||
fileStoragePath: path,
|
fileStoragePath: path,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue