message edit: Remove unused message_id assignment.

This commit is contained in:
evykassirer
2023-12-15 11:46:58 -08:00
committed by Tim Abbott
parent c86558521f
commit 42122b851c

View File

@@ -922,7 +922,6 @@ export function save_inline_topic_edit($row) {
}
loading.destroy_indicator($spinner);
if (msg_list === message_lists.current) {
message_id = rows.id_for_recipient_row($row);
const message = channel.xhr_error_message(
$t({defaultMessage: "Error saving edit"}),
xhr,