fix: Reply with voice messages

onboarding
Christian Pauly 4 years ago
parent cdfb97ab58
commit 768fa06dbb

@ -348,8 +348,12 @@ class ChatController extends State<Chat> {
future: () => room.sendFileEvent(
MatrixAudioFile(
bytes: audioFile.readAsBytesSync(), name: audioFile.path),
inReplyTo: replyEvent,
),
);
setState(() {
replyEvent = null;
});
}
void sendLocationAction() async {

Loading…
Cancel
Save