Skip to content
Discussion options

You must be logged in to vote

This happens because the -r flag does not currently account for the StickerCache directory:

pub const DEFAULT_ATTACHMENT_ROOT: &str = "~/Library/Messages/Attachments";

// Apply custom attachment path
if let Some(custom_attachment_path) = custom_attachment_root {
path_str = path_str.replace(DEFAULT_ATTACHMENT_ROOT, custom_attachment_path);
}


This is tracked in #655.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ReagentX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working crate: cli Related to the CLI crate compatibility Related to file conversions
2 participants