Send mx_local_settings in rageshake

Perhaps ideally we should get a complete dump of the settings in
effect out of the settings manager, but all I want for now is the
webrtc audio inputs and outputs, so let's send the ones stored locally.
This commit is contained in:
David Baker 2020-08-21 10:32:51 +01:00
parent 24a390f840
commit 6a03c0a3c0

View file

@ -182,6 +182,8 @@ export default async function sendBugReport(bugReportEndpoint: string, opts: IOp
}
}
body.append("mx_local_settings", localStorage.getItem('mx_local_settings'));
if (opts.sendLogs) {
progressCallback(_t("Collecting logs"));
const logs = await rageshake.getLogsForReport();