fix(idaa): gate jitsi report load and restore data store fallback

This commit is contained in:
Scott Idem
2026-05-01 13:45:24 -04:00
parent e7b6045580
commit d5e5cb7ada
3 changed files with 39 additions and 49 deletions

View File

@@ -36,8 +36,9 @@ export async function get_data_store({
const headers: key_val = {};
if (no_account_id) {
// This token allows bypassing the mandatory account_id requirement for global defaults
headers['x-no-account-id-token'] = 'Nothing to See Here';
// Use the standard bypass header understood by get_object so the
// request can actually fall back to global defaults.
headers['x-no-account-id'] = 'Nothing to See Here';
}
return await get_object({