chore: Follow up notification reply

main
Christian Kußowski 6 days ago
parent f634e67d69
commit 9c260313ce
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -155,7 +155,11 @@ Future<void> notificationTap(
); );
} }
final eventId = await room.sendTextEvent(input); final eventId = await room.sendTextEvent(
input,
parseCommands: false,
displayPendingEvent: false,
);
if (PlatformInfos.isAndroid) { if (PlatformInfos.isAndroid) {
final ownProfile = await room.client.fetchOwnProfile(); final ownProfile = await room.client.fetchOwnProfile();

@ -1113,10 +1113,11 @@ packages:
matrix: matrix:
dependency: "direct main" dependency: "direct main"
description: description:
name: matrix path: "."
sha256: "832d112e556cbb6fcf5e7e4528c840c1f95f865682ade277dc2b9e4128431021" ref: HEAD
url: "https://pub.dev" resolved-ref: e772d4db6887ce853b0d685b45fb502ba0a4caca
source: hosted url: "https://github.com/famedly/matrix-dart-sdk.git"
source: git
version: "3.0.0" version: "3.0.0"
meta: meta:
dependency: transitive dependency: transitive

@ -52,7 +52,8 @@ dependencies:
just_audio: ^0.10.5 just_audio: ^0.10.5
latlong2: ^0.9.1 latlong2: ^0.9.1
linkify: ^5.0.0 linkify: ^5.0.0
matrix: ^3.0.0 matrix:
git: https://github.com/famedly/matrix-dart-sdk.git
mime: ^2.0.0 mime: ^2.0.0
native_imaging: ^0.2.0 native_imaging: ^0.2.0
opus_caf_converter_dart: ^1.0.1 opus_caf_converter_dart: ^1.0.1

Loading…
Cancel
Save