mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-21 00:28:08 +08:00
Include the hostname of where EC is running in rageshakes (#2616)
This commit is contained in:
parent
0f63e2a181
commit
c30c8ac7d6
@ -181,6 +181,7 @@ export function useSubmitRageshake(): {
|
||||
body.append("installed_pwa", "false");
|
||||
body.append("touch_input", touchInput);
|
||||
body.append("call_backend", "livekit");
|
||||
body.append("hostname", window.location.hostname);
|
||||
|
||||
if (client) {
|
||||
const userId = client.getUserId()!;
|
||||
|
Loading…
Reference in New Issue
Block a user