pass feature flag to js-sdk

This commit is contained in:
Bruno Windels 2019-05-14 15:41:55 +01:00
parent 45991bc3de
commit 0b18ff52c5
3 changed files with 4 additions and 2 deletions

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,
},