Skip to content

Commit

Permalink
Merge pull request #1752 from matthiasn/chore/upgrade_matrix
Browse files Browse the repository at this point in the history
chore: upgrade Matrix
  • Loading branch information
matthiasn authored May 20, 2024
2 parents 8256ac2 + df20748 commit a4fa177
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/sync/matrix/room.dart
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ void listenToMatrixRoomInvites({
}) {
final client = service.client;
client.onRoomState.stream.listen((event) async {
final roomIdFromEvent = event.room.id;
final roomIdFromEvent = event.roomId;
if (service.syncRoom?.id == null) {
await saveMatrixRoom(
client: client,
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1619,10 +1619,10 @@ packages:
dependency: "direct main"
description:
name: matrix
sha256: "32c21a2ac2c221ce887b00a87f965bd8df1a3a4ba8794bbe86be8b56214051fb"
sha256: "8610e6d207d6b667e4fe9e769d5b479db27aa1f80570880d3f171a5d3ff49d1a"
url: "https://pub.dev"
source: hosted
version: "0.28.1"
version: "0.29.2"
media_kit:
dependency: "direct main"
description:
Expand Down
4 changes: 2 additions & 2 deletions 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.466+2525
version: 0.9.466+2526

msix_config:
display_name: LottiApp
Expand Down Expand Up @@ -105,7 +105,7 @@ dependencies:
location: ^6.0.1
lottie: ^3.0.0
material_design_icons_flutter: ^7.0.7096
matrix: ^0.28.0
matrix: ^0.29.2
media_kit: ^1.0.2
media_kit_libs_android_audio: ^1.0.3
media_kit_libs_ios_audio: ^1.0.4
Expand Down

0 comments on commit a4fa177

Please sign in to comment.