Rename groupcall.txt -> groupcall.json.

This will stop groupcall.txt being handled as a 'log file' and instead
indicate it's an artifact to be stored alongside the rageshake.

The file will still be stored on the rageshake server but the extension
will indicate it's not a log file.
This commit is contained in:
Michael Kaye 2022-02-07 15:28:46 +00:00
parent 0824bfb4ed
commit 5e42881c5c

View file

@ -189,7 +189,7 @@ export function useSubmitRageshake() {
body.append(
"file",
new Blob([JSON.stringify(json)], { type: "text/plain" }),
"groupcall.txt"
"groupcall.json"
);
}
}