fix(reports): add x-account-id header to Jitsi report query

- Explicitly added the 'x-account-id' header to resolve HTTP 403 error when fetching Jitsi activity logs.
- Ensures the server-side scope check passes for these report requests.
This commit is contained in:
Scott Idem
2026-01-26 12:23:26 -05:00
parent 72464d1a31
commit 17a64ed320

View File

@@ -47,6 +47,7 @@ export async function load_jitsi_report({
hidden: 'all',
limit: 500, // Fetch a reasonable number of recent logs
params_json: params_json,
headers: { 'x-account-id': account_id },
log_lvl: 2
});