1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00

Rename feature flag for use in both code paths

This commit is contained in:
Travis Ralston
2020-01-16 13:44:59 -07:00
parent 7da9e0582f
commit 73fc91aa20

View File

@@ -130,7 +130,7 @@ export const SETTINGS = {
},
"feature_ftue_dms": {
isFeature: true,
displayName: _td("New DM invite dialog (under development)"),
displayName: _td("New invite dialog"),
supportedLevels: LEVELS_FEATURE,
default: false,
},