my.instagram.gdpr: handle missing message content defensively

This commit is contained in:
Dima Gerasimov 2023-03-22 00:29:21 +00:00 committed by karlicoss
parent 347cd1ef77
commit e7be680841
2 changed files with 26 additions and 15 deletions

View file

@ -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