diff --git a/src/lib/ae_reports/reports_functions.ts b/src/lib/ae_reports/reports_functions.ts index 08a8dcad..44d07418 100644 --- a/src/lib/ae_reports/reports_functions.ts +++ b/src/lib/ae_reports/reports_functions.ts @@ -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 });