fn submission_files_response(
files: Vec<SubmissionFile>,
file_store: &dyn FileStore,
app_conf: &ApplicationConfiguration,
) -> SubmissionFilesExpand description
Turns the host’s own file records into the download response. Every tracked file is reachable, not just the first, so a multi-file submission is fully restorable.