mirror of
https://github.com/vector-im/element-call.git
synced 2026-09-13 21:59:30 +00:00
Revert "Rename groupcall.txt -> groupcall.json."
This commit is contained in:
@@ -189,7 +189,7 @@ export function useSubmitRageshake() {
|
|||||||
body.append(
|
body.append(
|
||||||
"file",
|
"file",
|
||||||
new Blob([JSON.stringify(json)], { type: "text/plain" }),
|
new Blob([JSON.stringify(json)], { type: "text/plain" }),
|
||||||
"groupcall.json"
|
"groupcall.txt"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user