Merge pull request #5136 from matrix-org/dbkr/send_settings_in_rageshake

Send mx_local_settings in rageshake
This commit is contained in:
David Baker
2020-08-21 10:43:49 +01:00
committed by GitHub

View File

@@ -162,6 +162,8 @@ async function collectBugReport(opts: IOpts = {}, gzipLogs = true) {
}
}
body.append("mx_local_settings", localStorage.getItem('mx_local_settings'));
if (opts.sendLogs) {
progressCallback(_t("Collecting logs"));
const logs = await rageshake.getLogsForReport();