xeals / signal-back

Decrypt Signal encrypted backups outside the app
Apache License 2.0
704 stars 67 forks source link

Fix empty XML result #39

Closed nezorflame closed 5 years ago

nezorflame commented 5 years ago

Since some version. Signal backup's SQL statements now include extra field "unidentified", so XML fails to parse SMS insert statements. This fixes that (and the issue mentioned in https://github.com/xeals/signal-back/issues/38)

This PR consists of:

nezorflame commented 5 years ago

@xeals thanks for the review. I agree with all your points, the main reason for this PR was to make this work with the current version of Signal at least for SMS'es. I'll close this one and create a new PR with aforementioned changes.

nezorflame commented 5 years ago

Closing in favor of https://github.com/xeals/signal-back/pull/42 and https://github.com/xeals/signal-back/pull/43