feat: Add notification actions

This commit is contained in:
krille-chan 2024-10-03 17:33:44 +02:00 committed by Christian Kußowski
commit 04b5ecce54
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
4 changed files with 102 additions and 8 deletions

View file

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