mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 23:09:35 +01:00
fix: Mark voice messages with msc3245
This commit is contained in:
parent
82df5526dd
commit
bc78647fb6
@ -374,7 +374,8 @@ class ChatController extends State<Chat> {
|
|||||||
'info': {
|
'info': {
|
||||||
...file.info,
|
...file.info,
|
||||||
'duration': result.duration,
|
'duration': result.duration,
|
||||||
}
|
},
|
||||||
|
'org.matrix.msc3245.voice': {},
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
setState(() {
|
setState(() {
|
||||||
|
Loading…
Reference in New Issue
Block a user