Put flair into labs

This commit is contained in:
Luke Barnard 2017-09-18 14:38:41 +01:00
parent 5087da9247
commit 548e5f516c
3 changed files with 12 additions and 2 deletions

View file

@ -33,11 +33,17 @@ export default {
// XXX: Always use default, ignore localStorage and remove from labs
override: true,
},
{
name: "-",
id: 'feature_flair',
default: false,
},
],
// horrible but it works. The locality makes this somewhat more palatable.
doTranslations: function() {
this.LABS_FEATURES[0].name = _t("Matrix Apps");
this.LABS_FEATURES[1].name = _t("Flair");
},
loadProfileInfo: function() {