Merge branch 'develop' of https://github.com/matrix-org/matrix-react-sdk into travis/download-logs

 Conflicts:
	package.json
This commit is contained in:
Michael Telatynski 2020-08-03 12:54:06 +01:00
commit cbcac9dd49
321 changed files with 9161 additions and 4040 deletions

View file

@ -122,7 +122,7 @@ async function collectBugReport(opts: IOpts) {
}
// add labs options
const enabledLabs = SettingsStore.getLabsFeatures().filter(SettingsStore.isFeatureEnabled);
const enabledLabs = SettingsStore.getLabsFeatures().filter(f => SettingsStore.isFeatureEnabled(f));
if (enabledLabs.length) {
body.append('enabled_labs', enabledLabs.join(', '));
}