Appease the linter
This commit is contained in:
@@ -111,7 +111,10 @@ export interface ISetting {
|
||||
export const SETTINGS: {[setting: string]: ISetting} = {
|
||||
"feature_communities_v2_prototypes": {
|
||||
isFeature: true,
|
||||
displayName: _td("Communities v2 prototypes. Requires compatible homeserver. Highly experimental - use with caution."),
|
||||
displayName: _td(
|
||||
"Communities v2 prototypes. Requires compatible homeserver. " +
|
||||
"Highly experimental - use with caution.",
|
||||
),
|
||||
supportedLevels: LEVELS_FEATURE,
|
||||
default: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user