mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-30 00:50:48 +08:00
Include the hostname of where EC is running in rageshakes (#2616)
This commit is contained in:
parent
e502cfb7ce
commit
102399ad7d
@ -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