From 14c6f07b905a10ade8eee159e5766397967171ed Mon Sep 17 00:00:00 2001 From: Julien DAUPHANT <1238254+jdauphant@users.noreply.github.com> Date: Tue, 12 Jul 2022 00:53:33 +0200 Subject: [PATCH] Fix on all env --- config.preprod.json | 1 + config.prod.json | 1 + config.sample.json | 1 + 3 files changed, 3 insertions(+) diff --git a/config.preprod.json b/config.preprod.json index a0e592f805..0459ea6175 100644 --- a/config.preprod.json +++ b/config.preprod.json @@ -52,6 +52,7 @@ "UIFeature.urlPreviews" : false, "UIFeature.widgets" : false, "UIFeature.shareQrCode" : false, + "MessageComposerInput.showPollsButton" : false, "layout": "bubble", "custom_themes": [ { diff --git a/config.prod.json b/config.prod.json index 983eabaf42..e0ce4b07b5 100644 --- a/config.prod.json +++ b/config.prod.json @@ -136,6 +136,7 @@ "UIFeature.urlPreviews" : false, "UIFeature.widgets" : false, "UIFeature.shareQrCode" : false, + "MessageComposerInput.showPollsButton" : false, "layout": "bubble", "custom_themes": [ { diff --git a/config.sample.json b/config.sample.json index 4ca65a7f93..dbcfde15b1 100644 --- a/config.sample.json +++ b/config.sample.json @@ -54,6 +54,7 @@ "breadcrumbs": true, "UIFeature.voip": false, "UIFeature.shareSocial": false, + "MessageComposerInput.showPollsButton" : false, "custom_themes": [ { "name": "Tchap",