Sticker cache location #654
Answered
by
ReagentX
Meatwad650
asked this question in
Q&A
-
|
I often get output like this: But that's not where it should be looking for the StickerCache. It's in the same directory as the chat.db. Is there some reason why it's not using the StickerCache in the same dir as chat.db? Is there a flag I should use? |
Beta Was this translation helpful? Give feedback.
Answered by
ReagentX
Dec 26, 2025
Replies: 1 comment
-
|
This happens because the imessage-exporter/imessage-database/src/tables/attachment.rs Lines 352 to 355 in 98a24cd This is tracked in #655. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ReagentX
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This happens because the
-rflag does not currently account for theStickerCachedirectory:imessage-exporter/imessage-database/src/tables/attachment.rs
Line 36 in 98a24cd
imessage-exporter/imessage-database/src/tables/attachment.rs
Lines 352 to 355 in 98a24cd
This is tracked in #655.