latex math as labs setting

This commit is contained in:
Aleks Kissinger 2020-10-10 16:32:49 +01:00
parent 919a1a8125
commit 96742fc309
4 changed files with 12 additions and 5 deletions

View file

@ -116,6 +116,12 @@ export interface ISetting {
}
export const SETTINGS: {[setting: string]: ISetting} = {
"feature_latex_maths": {
isFeature: true,
displayName: _td("LaTeX math in messages"),
supportedLevels: LEVELS_FEATURE,
default: false,
},
"feature_communities_v2_prototypes": {
isFeature: true,
displayName: _td(