From 72c1725f98700aa792db3259fc5120a15382766f Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Tue, 21 May 2019 16:56:05 +0200 Subject: [PATCH] this is already done as part of _applyFormatting --- src/components/views/messages/TextualBody.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/views/messages/TextualBody.js b/src/components/views/messages/TextualBody.js index 5356572bb9..cd12c70f85 100644 --- a/src/components/views/messages/TextualBody.js +++ b/src/components/views/messages/TextualBody.js @@ -136,7 +136,6 @@ module.exports = React.createClass({ if (messageWasEdited || stoppedEditing) { this._applyFormatting(); } - this.calculateUrlPreview(); } },