Skip to content

Commit 87c4e56

Browse files
authored
Merge pull request #664 from ReagentX/feat/cs/fix-unencrypted-contacts
Fix #663
2 parents d81007a + 57ba13a commit 87c4e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imessage-exporter/src/app/data_source.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ impl DataSource {
9090

9191
// Build contacts index
9292
let contacts_index =
93-
Self::get_contacts_index(Some(Path::new(DEFAULT_PATH_IOS)))
93+
Self::get_contacts_index(Some(&options.db_path.join(DEFAULT_PATH_IOS)))
9494
.unwrap_or_default();
9595

9696
Ok(Self {

0 commit comments

Comments
 (0)