Merge pull request #658 from mvt-project/fix-mms

initialise message_links in backup parser to fix sms module bug
This commit is contained in:
besendorf
2025-07-04 15:32:47 +02:00
committed by GitHub

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"])