Skip to content
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

Data source: smsbackuprestore - still WIP #47

Merged
merged 2 commits into from
Jul 14, 2019
Merged

Data source: smsbackuprestore - still WIP #47

merged 2 commits into from
Jul 14, 2019

Conversation

mholt
Copy link
Owner

@mholt mholt commented Jul 14, 2019

Adds "smsbackuprestore" data source (see issue #42). This adds SMS text and MMS messages to the timeline.

This PR works, but is not quite complete because not all participants in group messages are added to the timeline in relation to specific MMS. In other words, participants in a group text will not be associated with the text unless they were the sender or receiver (other recipients will not be added to the timeline).

This limitation is a little tricky since I don't yet know how to draw item<-->person relationships when building an item graph, since person IDs are hidden away from the data sources (they are arbitrarily created when inserting into the DB, whereas item IDs are known to the data source). Put another way, the only kinds of relations that can currently be created by data sources is item<-->item.

When finished, closes #42.

@mholt mholt self-assigned this Jul 14, 2019
cmd/timeliner/main.go Outdated Show resolved Hide resolved
@mholt mholt merged commit 221813d into master Jul 14, 2019
@mholt mholt deleted the smsbackuprestore branch July 14, 2019 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SMS and MMS via "SMS Backup & Restore"
1 participant