zeroaltitude f086588599
fix(channels): use caller normalizer in reverse map; skip disabled accounts
Two fixes in response to review:

1. Use options.normalizeAccountId (caller-provided) instead of the
   imported normalizeAccountId when building the reverse map in
   everyAccountHasOwnTokens. Ensures the reverse map keys match the IDs
   returned by listConfiguredAccountIds() when a custom normalizer is used.

2. Filter disabled accounts before the everyAccountHasOwnTokens gate.
   Disabled accounts are skipped at channel startup; allowing them to block
   default injection would prevent the base account from starting in mixed
   enabled/disabled configs where all enabled accounts are independent.
2026-03-18 19:57:50 -07:00
..
2026-03-15 21:39:49 -07:00
2026-03-17 07:06:25 +00:00
2026-03-17 07:06:25 +00:00
2026-03-18 15:36:32 +00:00
2026-03-17 07:06:25 +00:00
2026-03-18 15:36:18 +00:00
2026-03-17 07:06:25 +00:00
2026-03-18 15:36:32 +00:00
2026-03-18 15:36:32 +00:00
2026-03-18 15:36:32 +00:00
2026-03-14 15:52:11 -05:00