Merge pull request #207 from vector-im/revert-206-michaelk/rename_groupcall.txt

Revert "Rename groupcall.txt -> groupcall.json."
This commit is contained in:
Robert Long 2022-02-07 15:23:14 -08:00 committed by GitHub
commit 942630c2fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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