Recoverable deleted messages are omitted when --conversation-filter
is set
#426
Labels
bug
Something isn't working
crate: database
Related to the database crate
table
Related to table data
This comes from #424.
The issue comes from here:
imessage-exporter/imessage-database/src/tables/messages/message.rs
Lines 654 to 666 in 37296ee
The query filler only looks at the
chat_id
column, but for deleted messages that column isNULL
as I mention here. The query needs to also take thedeleted_from
column in the query.The text was updated successfully, but these errors were encountered: