From 5a6be9a665b785cd651540b0abd138760ad3bc96 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Wed, 15 May 2019 11:12:12 +0100 Subject: [PATCH] Add message editing to sample also --- config.sample.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.sample.json b/config.sample.json index c1aedee0b1..c80c46fba2 100644 --- a/config.sample.json +++ b/config.sample.json @@ -13,7 +13,8 @@ "features": { "feature_groups": "labs", "feature_pinning": "labs", - "feature_reactions": "labs" + "feature_reactions": "labs", + "feature_message_editing": "labs" }, "default_federate": true, "default_theme": "light",