From ba034a8fde5715e79f13489796d8fd2c45295ea8 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" 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 a995a4e9e3..e24d8ecf0d 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