From 5fa3f70fb4ceaad13dca05def150f849efa605c7 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 21 Jun 2019 18:32:15 +0200 Subject: [PATCH] feature flag for displaying edits as well --- src/components/structures/MessagePanel.js | 3 ++- src/components/views/rooms/EventTile.js | 2 +- src/shouldHideEvent.js | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/structures/MessagePanel.js b/src/components/structures/MessagePanel.js index 8352872a2d..6713d41574 100644 --- a/src/components/structures/MessagePanel.js +++ b/src/components/structures/MessagePanel.js @@ -576,6 +576,7 @@ module.exports = React.createClass({ const scrollToken = mxEv.status ? undefined : eventId; const readReceipts = this._readReceiptsByEvent[eventId]; + const editingEnabled = SettingsStore.isFeatureEnabled("feature_message_editing"); ret.push(