chore: Follow up notification reply

main
Christian Kußowski 5 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) {
final ownProfile = await room.client.fetchOwnProfile();

@ -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

@ -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

Loading…
Cancel
Save