From 5c265be577d6fda96e0b09af6c2dec58d3ef0d4a Mon Sep 17 00:00:00 2001 From: Julien DAUPHANT <1238254+jdauphant@users.noreply.github.com> Date: Tue, 12 Jul 2022 00:42:13 +0200 Subject: [PATCH 1/2] Disable polls Linked to https://github.com/tchapgouv/tchap-web-v4/issues/76 --- config.dev.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.dev.json b/config.dev.json index c2d535bab..750ef7d46 100644 --- a/config.dev.json +++ b/config.dev.json @@ -58,6 +58,7 @@ "UIFeature.urlPreviews" : false, "UIFeature.widgets" : false, "UIFeature.shareQrCode" : false, + "MessageComposerInput.showPollsButton" : false, "layout": "bubble", "custom_themes": [ { 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 2/2] 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 a0e592f80..0459ea617 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 983eabaf4..e0ce4b07b 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 4ca65a7f9..dbcfde15b 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",