We create a function in `upload-fetchers` to query the database for uploads given a specific threadID. The `filename NOT LIKE 'thumb%'` is used to filter out scenarios where when a video is uploaded, so is a thumbnail, and we don't want to pull a static thumbnail for the video.
https://linear.app/comm/issue/ENG-2873/create-a-function-to-query-for-all-uploads-from-a-provided-thread
Depends on D6482