Skip to content

Commit

Permalink
feature : activer les sondages (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
odelcroi authored Oct 13, 2023
1 parent ad8d115 commit f8dcecb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"UIFeature.identityServer": true,
"UIFeature.advancedEncryption": false,
"UIFeature.locationSharing": false,
"MessageComposerInput.showPollsButton": false,
"MessageComposerInput.showPollsButton": true,
"RoomList.orderAlphabetically": false,
"Spaces.allRoomsInHome": true,
"layout": "bubble",
Expand Down
2 changes: 1 addition & 1 deletion config.preprod.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"UIFeature.identityServer": true,
"UIFeature.advancedEncryption": false,
"UIFeature.locationSharing": false,
"MessageComposerInput.showPollsButton": false,
"MessageComposerInput.showPollsButton": true,
"RoomList.orderAlphabetically": false,
"Spaces.allRoomsInHome": true,
"layout": "bubble",
Expand Down
2 changes: 1 addition & 1 deletion config.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"UIFeature.identityServer": true,
"UIFeature.advancedEncryption": false,
"UIFeature.locationSharing": false,
"MessageComposerInput.showPollsButton": false,
"MessageComposerInput.showPollsButton": true,
"RoomList.orderAlphabetically": false,
"Spaces.allRoomsInHome": true,
"layout": "bubble",
Expand Down
2 changes: 1 addition & 1 deletion config.sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"UIFeature.thirdPartyId": true,
"UIFeature.identityServer": true,
"UIFeature.advancedEncryption": false,
"MessageComposerInput.showPollsButton": false,
"MessageComposerInput.showPollsButton": true,
"RoomList.orderAlphabetically": false,
"Spaces.allRoomsInHome": true,
"custom_themes": []
Expand Down

0 comments on commit f8dcecb

Please sign in to comment.