compose: Add support for Jitsi audio calls.

Fixes #12207.
This commit is contained in:
Satyam Bansal
2023-06-01 23:16:22 +05:30
committed by Tim Abbott
parent 4c501e4321
commit cc8c159e0a
5 changed files with 66 additions and 3 deletions

View File

@@ -459,6 +459,9 @@ function edit_message($row, raw_content) {
$form
.find(".message-edit-feature-group .video_link")
.toggle(compose.compute_show_video_chat_button());
$form
.find(".message-edit-feature-group .audio_link")
.toggle(compose.compute_show_audio_chat_button());
upload.feature_check($(`#edit_form_${CSS.escape(rows.id($row))} .compose_upload_file`));
const $message_edit_content = $row.find("textarea.message_edit_content");