mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-31 07:00:26 +00:00
Include the hostname of where EC is running in rageshakes (#2616)
This commit is contained in:
committed by
Hugh Nimmo-Smith
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()!;
|
||||
|
||||
Reference in New Issue
Block a user