From d47d0e4097b722d6863da9bbda1052ee8df51304 Mon Sep 17 00:00:00 2001
From: "J. Ryan Stinnett" <jryans@gmail.com>
Date: Fri, 12 Jul 2019 10:21:37 +0100
Subject: [PATCH] Enable reactions and edits for desktop

---
 electron_app/riot.im/config.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/electron_app/riot.im/config.json b/electron_app/riot.im/config.json
index a995a4e9..e24d8ecf 100644
--- a/electron_app/riot.im/config.json
+++ b/electron_app/riot.im/config.json
@@ -30,7 +30,9 @@
         }
     },
     "features": {
-        "feature_lazyloading": "enable"
+        "feature_lazyloading": "enable",
+        "feature_reactions": "enable",
+        "feature_message_editing": "enable"
     },
     "enable_presence_by_hs_url": {
         "https://matrix.org": false