Skip to content

Fix file upload crash

mairandomness requested to merge mairandomness/fractal:fix-file-upload into master

The upload on normal files was crashing because of an unwrap on extra_content that was None. The easiest fix for this was generating an extra_content for the generic file type, which I honestly don't think is bad, because we can use this info to indicate how big the files are before download.

Merge request reports