mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 01:16:19 +00:00
committed by
Tim Abbott
parent
4c501e4321
commit
cc8c159e0a
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user