mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	js: Reformat with Prettier.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							bd45216c21
						
					
				
				
					commit
					b65d2e063d
				
			@@ -48,13 +48,18 @@ exports.fetch_and_render_message_history = function (message) {
 | 
			
		||||
                prev_datestamp = datestamp;
 | 
			
		||||
            }
 | 
			
		||||
            $("#message-history").attr("data-message-id", message.id);
 | 
			
		||||
            $("#message-history").html(render_message_edit_history({
 | 
			
		||||
                edited_messages: content_edit_history,
 | 
			
		||||
            }));
 | 
			
		||||
            $("#message-history").html(
 | 
			
		||||
                render_message_edit_history({
 | 
			
		||||
                    edited_messages: content_edit_history,
 | 
			
		||||
                }),
 | 
			
		||||
            );
 | 
			
		||||
        },
 | 
			
		||||
        error: function (xhr) {
 | 
			
		||||
            ui_report.error(i18n.t("Error fetching message edit history"), xhr,
 | 
			
		||||
                            $("#message-history-error"));
 | 
			
		||||
            ui_report.error(
 | 
			
		||||
                i18n.t("Error fetching message edit history"),
 | 
			
		||||
                xhr,
 | 
			
		||||
                $("#message-history-error"),
 | 
			
		||||
            );
 | 
			
		||||
        },
 | 
			
		||||
    });
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user