Merge branch 'main' into fix/install_non_market_apps

This commit is contained in:
besendorf
2025-07-04 17:04:13 +02:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1
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"])