Skip to content

Commit

Permalink
fix: deprecated param
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasn committed May 21, 2024
1 parent bf4ad23 commit 93cb6df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/sync/matrix/client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Client createMatrixClient({
KeyVerificationMethod.reciprocate,
},
shareKeysWithUnverifiedDevices: false,
sendMessageTimeoutSeconds: 120,
sendTimelineEventTimeout: const Duration(minutes: 2),
databaseBuilder: (_) async {
final docDir = getIt<Directory>();
final name = dbName ?? 'lotti_sync';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: lotti
description: Achieve your goals and keep your data private with Lotti.
publish_to: 'none'
version: 0.9.467+2529
version: 0.9.467+2530

msix_config:
display_name: LottiApp
Expand Down

0 comments on commit 93cb6df

Please sign in to comment.