Backup local profile.

pull/1/head
Matthew Chen 6 years ago
parent c9c76c650f
commit 9774b5d620

@ -141,7 +141,7 @@ NSString *const kOWSBackup_ImportDatabaseKeySpec = @"kOWSBackup_ImportDatabaseKe
NSMutableArray<OWSBackupFragment *> *allItems = [NSMutableArray new];
[allItems addObjectsFromArray:self.databaseItems];
// TODO:
// TODO: We probably want to remove this.
[allItems addObjectsFromArray:self.attachmentsItems];
if (self.manifest.localProfileAvatarItem) {
[allItems addObject:self.manifest.localProfileAvatarItem];

Loading…
Cancel
Save