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: Add option to download media to per-sender directories #954

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

nikclayton
Copy link
Contributor

@nikclayton nikclayton commented Sep 27, 2024

Update DownloadUrlUseCase with a parameter to specify the account that "owns" the media. This is either the account that posted the status, or the account being viewed (e.g., if downloading an account's header image).

Add a new DownloadLocation enum constant to download to directories named after that account.

Pass this information through at the call sites.

Fixes #938

Update DownloadUrlUseCase with a parameter to specify the account that
"owns" the media. This is either the account that posted the status,
or the account being viewed (e.g., if downloading an account's header
image).

Add a new `DownloadLocation` enum constant to download to directories
named after that account.

Pass this information through at the call sites.

Fixes #938
@nikclayton nikclayton merged commit 90537da into main Sep 27, 2024
24 checks passed
@nikclayton nikclayton deleted the 938-by-sender branch September 27, 2024 09:29
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.

Save attachments to individual folders
1 participant