Merge branch 'develop' of https://github.com/matrix-org/matrix-react-sdk into travis/download-logs
Conflicts: package.json
This commit is contained in:
commit
cbcac9dd49
321 changed files with 9161 additions and 4040 deletions
|
@ -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(', '));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue