Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-support uploading files from memory #560

Merged
merged 1 commit into from
Apr 22, 2024
Merged

Re-support uploading files from memory #560

merged 1 commit into from
Apr 22, 2024

Conversation

jb3
Copy link
Collaborator

@jb3 jb3 commented Apr 22, 2024

Run combine_files() for all message endpoints

This ensures that we are actually handling the cases that we claim to
support, passing both paths and uploading files from memory (by using a
map).

We previously had changed this behaviour which meant that path uploading
was working but users could not create files from memory, which is a
heavily used feature and was not intentionally removed.

This ensures that we are actually handling the cases that we claim to
support, passing both paths and uploading files from memory (by using a
map).

We previously had changed this behaviour which meant that path uploading
was working but users could not create files from memory, which is a
heavily used feature and was not intentionally removed.
@jb3 jb3 merged commit 5107db0 into master Apr 22, 2024
7 checks passed
@jb3 jb3 deleted the jb3/fix-files branch April 22, 2024 19:12
@jb3
Copy link
Collaborator Author

jb3 commented Apr 22, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant