Include the hostname of where EC is running in rageshakes (#2616)

This commit is contained in:
Hugh Nimmo-Smith 2024-09-09 11:14:46 +01:00 committed by GitHub
parent 0f63e2a181
commit c30c8ac7d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()!;