Skip to content

Commit

Permalink
Revert "chore: Do not send video msc object yet"
Browse files Browse the repository at this point in the history
This reverts commit 86b0d04.
  • Loading branch information
krille-chan committed Apr 13, 2024
1 parent 86b0d04 commit 23f4c64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pages/chat/chat.dart
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,7 @@ class ChatController extends State<ChatPageWithRoom>
...file.info,
'duration': result.duration,
},
'org.matrix.msc3245.voice': {},
'org.matrix.msc1767.audio': {
'duration': result.duration,
'waveform': result.waveform,
Expand Down

0 comments on commit 23f4c64

Please sign in to comment.