pass feature flag to js-sdk

This commit is contained in:
Bruno Windels
2019-05-14 15:43:10 +01:00
parent 45991bc3de
commit 0b18ff52c5
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ export const SETTINGS = {
},
"feature_message_editing": {
isFeature: true,
displayName: _td("Edit messages after they have been sent"),
displayName: _td("Edit messages after they have been sent (refresh to apply changes)"),
supportedLevels: LEVELS_FEATURE,
default: false,
},