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

feat: Store sending attachment in temporary file storage #1921

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

krille-chan
Copy link
Contributor

This could make retrying to send
files more easy as the file is
stored in the file storage.

@krille-chan krille-chan force-pushed the krille/store-sending-attachment-in-file-storage branch 3 times, most recently from e979031 to f89f01d Compare October 21, 2024 11:59
@krille-chan krille-chan force-pushed the krille/store-sending-attachment-in-file-storage branch from f89f01d to be2fc89 Compare October 21, 2024 12:05
This could make retrying to send
files more easy as the file is
stored in the file storage.

This just replaces the current approach to store
the file in the memory instead so they are gone
on the next session.
For this we need a deleteFile() method for the
database.
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.

1 participant