my.instagram.gdpr: handle missing message content defensively
This commit is contained in:
parent
347cd1ef77
commit
e7be680841
2 changed files with 26 additions and 15 deletions
|
@ -12,6 +12,7 @@ class Message(Protocol):
|
|||
created: datetime
|
||||
text: str
|
||||
# TODO add some sort of thread id
|
||||
# ugh. seems that GDPR thread ids are completely uncorrelated to any android ids (tried searching over all sqlite dump)
|
||||
|
||||
|
||||
@warn_if_empty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue