chore: Follow up notification reply
This commit is contained in:
parent
f634e67d69
commit
9c260313ce
3 changed files with 12 additions and 6 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue