Streamline export account data to not save to disk.

This commit is contained in:
Clark
2023-03-31 12:29:15 -04:00
committed by Alex Hart
parent 5e94c350ed
commit ad9337021c
9 changed files with 80 additions and 221 deletions

View File

@@ -492,9 +492,6 @@ public class ApplicationContext extends MultiDexApplication implements AppForegr
private void initializeCleanup() {
int deleted = SignalDatabase.attachments().deleteAbandonedPreuploadedAttachments();
Log.i(TAG, "Deleted " + deleted + " abandoned attachments.");
if (SignalStore.account().clearOldAccountDataReport()) {
Log.i(TAG, "Deleted " + deleted + " expired account data report.");
}
}
private void initializeGlideCodecs() {