initialise message_links in backup parser to fix sms module bug

This commit is contained in:
besendorf
2025-07-04 15:29:36 +02:00
parent a125b20fc5
commit ffe6ad2014

View File

@@ -231,6 +231,7 @@ def parse_sms_file(data):
entry.pop("mms_body")
body = entry.get("body", None)
message_links = None
if body:
message_links = check_for_links(entry["body"])