Skip to content

Conversation

@ReagentX
Copy link
Owner

@ReagentX ReagentX commented Jan 9, 2026

@ReagentX ReagentX self-assigned this Jan 9, 2026
@ReagentX ReagentX added bug Something isn't working crate: cli Related to the CLI crate labels Jan 9, 2026
@ReagentX ReagentX requested a review from Copilot January 9, 2026 17:23
@ReagentX ReagentX moved this to In Progress in 3.3: Chaparral Lotus Jan 9, 2026
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a bug where the contacts database for unencrypted iOS backups was resolved relative to the current working directory instead of the backup root, causing contact name resolution to fail unless the command was run from the backup directory.

Key changes:

  • Updated contacts database path resolution for unencrypted iOS backups to join the path with the backup root directory, consistent with how the messages database path is resolved

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ReagentX ReagentX merged commit 87c4e56 into develop Jan 9, 2026
7 checks passed
@ReagentX ReagentX deleted the feat/cs/fix-unencrypted-contacts branch January 9, 2026 17:25
@ReagentX ReagentX moved this from In Progress to Done in 3.3: Chaparral Lotus Jan 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working crate: cli Related to the CLI crate

Projects

No open projects

Development

Successfully merging this pull request may close these issues.

unencrypted iOS backup contacts DB resolved relative to CWD, not backup root

1 participant