mirror of
https://github.com/element-hq/element-android
synced 2024-11-23 18:05:36 +03:00
Remove legacy comment
This commit is contained in:
parent
5438c7e089
commit
5004db07fb
1 changed files with 0 additions and 1 deletions
|
@ -95,7 +95,6 @@ class StartVoiceBroadcastUseCase @Inject constructor(
|
|||
"Voice Broadcast Part ($sequence).${voiceMessageFile.extension}"
|
||||
)
|
||||
val audioType = outputFileUri.toMultiPickerAudioType(context) ?: return
|
||||
// TODO put sequence in event content
|
||||
room.sendService().sendMedia(
|
||||
attachment = audioType.toContentAttachmentData(isVoiceMessage = true),
|
||||
compressBeforeSending = false,
|
||||
|
|
Loading…
Reference in a new issue