From 9c260313ce7b9c9068e66b947e54109cd614c95c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Thu, 9 Oct 2025 13:18:56 +0200 Subject: [PATCH] chore: Follow up notification reply --- lib/utils/notification_background_handler.dart | 6 +++++- pubspec.lock | 9 +++++---- pubspec.yaml | 3 ++- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/lib/utils/notification_background_handler.dart b/lib/utils/notification_background_handler.dart index d3e756735..531d7e19d 100644 --- a/lib/utils/notification_background_handler.dart +++ b/lib/utils/notification_background_handler.dart @@ -155,7 +155,11 @@ Future notificationTap( ); } - final eventId = await room.sendTextEvent(input); + final eventId = await room.sendTextEvent( + input, + parseCommands: false, + displayPendingEvent: false, + ); if (PlatformInfos.isAndroid) { final ownProfile = await room.client.fetchOwnProfile(); diff --git a/pubspec.lock b/pubspec.lock index b60b5e537..a04c6b343 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1113,10 +1113,11 @@ packages: matrix: dependency: "direct main" description: - name: matrix - sha256: "832d112e556cbb6fcf5e7e4528c840c1f95f865682ade277dc2b9e4128431021" - url: "https://pub.dev" - source: hosted + path: "." + ref: HEAD + resolved-ref: e772d4db6887ce853b0d685b45fb502ba0a4caca + url: "https://github.com/famedly/matrix-dart-sdk.git" + source: git version: "3.0.0" meta: dependency: transitive diff --git a/pubspec.yaml b/pubspec.yaml index be6823ff2..1f9f56cd7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -52,7 +52,8 @@ dependencies: just_audio: ^0.10.5 latlong2: ^0.9.1 linkify: ^5.0.0 - matrix: ^3.0.0 + matrix: + git: https://github.com/famedly/matrix-dart-sdk.git mime: ^2.0.0 native_imaging: ^0.2.0 opus_caf_converter_dart: ^1.0.1