Seed the store with full Transfer records the moment the backend returns
request IDs from transfer_download_many / transfer_upload_many. Without
this, the only data the store ever sees comes from transfer:progress —
which carries no key / profileId / bucket — so TransferRow renders blank
filenames and a "/" badge.
Call right after the backend returns IDs and before any progress event
has a chance to fire.
Seed the store with full Transfer records the moment the backend returns request IDs from
transfer_download_many/transfer_upload_many. Without this, the only data the store ever sees comes fromtransfer:progress— which carries no key / profileId / bucket — so TransferRow renders blank filenames and a "/" badge.Call right after the backend returns IDs and before any progress event has a chance to fire.