fix: Mark voice messages with msc3245
This commit is contained in:
parent
401792f6a3
commit
d3a54c8911
1 changed files with 2 additions and 1 deletions
|
|
@ -374,7 +374,8 @@ class ChatController extends State<Chat> {
|
|||
'info': {
|
||||
...file.info,
|
||||
'duration': result.duration,
|
||||
}
|
||||
},
|
||||
'org.matrix.msc3245.voice': {},
|
||||
}),
|
||||
);
|
||||
setState(() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue