follow up notification reply
This commit is contained in:
parent
d4bbe15ed6
commit
55487a90c3
|
|
@ -150,7 +150,7 @@ Future<void> notificationTap(
|
||||||
'Selected notification with reply action but without input',
|
'Selected notification with reply action but without input',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
final eventId = await room.sendTextEvent(input);
|
final eventId = await room.sendTextEvent(input, parseCommands: false);
|
||||||
|
|
||||||
if (PlatformInfos.isAndroid) {
|
if (PlatformInfos.isAndroid) {
|
||||||
final ownProfile = await room.client.fetchOwnProfile();
|
final ownProfile = await room.client.fetchOwnProfile();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue