chore: Follow up notification reply

This commit is contained in:
Christian Kußowski 2025-10-09 13:18:56 +02:00
commit 9c260313ce
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
3 changed files with 12 additions and 6 deletions

View file

@ -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();