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

Replace StorageManager with DatabaseFilesProvider #8677

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

Conversation

cketti
Copy link
Member

@cketti cketti commented Dec 15, 2024

StorageManager was used to support storing the message database (and attachments) either on internal or external storage. We removed the ability to use anything but internal storage a while ago.

This change moves the remaining functionality from StorageManager to DatabaseFilesProviderFactory and DatabaseFilesProvider. This also allows us to remove K9MessageStore's dependency on the account UUID.

@cketti cketti requested a review from wmontwe as a code owner December 15, 2024 23:51
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