-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Messages missing after upgrading to Ventura #481
Comments
Love what you're working on (I'm working on something iMessage related too). I solved this issue by using the Hacky as fuck but it works 🤷 |
hey @ju-li! Thank you so much for sharing. I'll have to add this, or feel free to open up a PR, but this is super super helpful! Really appreciate you commenting. Would love to check out your product too. :) |
@ju-li — following up here, do you happen to have a code snippet? I'd love to finally improve this. Thanks for your original message, Automata looks very cool! |
@alexdanilowicz hi sorry I was busy and forgot to respond So this is my code for generating a CSV export of the message history:
If the The reason I did that is because the attributedBody field that contains the message data is packed with this thing called NSArchiver, which is specific to Macs: https://stackoverflow.com/questions/75330393/how-can-i-read-the-attributedbody-column-in-macos-imessage-database |
A user reported that after upgrading to Ventura, the
text
column on themessage
table wasNULL
The text was updated successfully, but these errors were encountered: