chore: Follow up database path

This commit is contained in:
krille-chan 2023-12-21 18:21:19 +01:00
parent 45cff982ad
commit ea790f43ac
No known key found for this signature in database

View file

@ -29,7 +29,7 @@ Future<MatrixSdkDatabase> _constructDatabase(Client client) async {
return MatrixSdkDatabase(
client.clientName,
database: await ffi.databaseFactoryFfi.openDatabase(
'$path/${client.clientName}',
'${path.path}/${client.clientName}',
),
maxFileSize: 1024 * 1024 * 10,
fileStoragePath: path,