Skip to content

Commit

Permalink
Merge pull request #92 from tchapgouv/task/disable-polls
Browse files Browse the repository at this point in the history
Disable polls
  • Loading branch information
estellecomment authored Jul 13, 2022
2 parents f7990cb + 14c6f07 commit 71449c9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions config.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"UIFeature.urlPreviews" : false,
"UIFeature.widgets" : false,
"UIFeature.shareQrCode" : false,
"MessageComposerInput.showPollsButton" : false,
"layout": "bubble",
"custom_themes": [
{
Expand Down
1 change: 1 addition & 0 deletions config.preprod.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"UIFeature.urlPreviews" : false,
"UIFeature.widgets" : false,
"UIFeature.shareQrCode" : false,
"MessageComposerInput.showPollsButton" : false,
"layout": "bubble",
"custom_themes": [
{
Expand Down
1 change: 1 addition & 0 deletions config.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
"UIFeature.urlPreviews" : false,
"UIFeature.widgets" : false,
"UIFeature.shareQrCode" : false,
"MessageComposerInput.showPollsButton" : false,
"layout": "bubble",
"custom_themes": [
{
Expand Down
1 change: 1 addition & 0 deletions config.sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"breadcrumbs": true,
"UIFeature.voip": false,
"UIFeature.shareSocial": false,
"MessageComposerInput.showPollsButton" : false,
"custom_themes": [
{
"name": "Tchap",
Expand Down

0 comments on commit 71449c9

Please sign in to comment.