From ea37e777cf66aac15b9e24342c10499760c81523 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Fri, 26 Apr 2019 10:56:35 +0100 Subject: [PATCH] Add reactions feature to config sample --- config.sample.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.sample.json b/config.sample.json index 4208438d5..c1aedee0b 100644 --- a/config.sample.json +++ b/config.sample.json @@ -12,7 +12,8 @@ "bug_report_endpoint_url": "https://riot.im/bugreports/submit", "features": { "feature_groups": "labs", - "feature_pinning": "labs" + "feature_pinning": "labs", + "feature_reactions": "labs" }, "default_federate": true, "default_theme": "light",