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

View File

@@ -33,7 +33,7 @@ dependencies = [
"PyYAML>=6.0.2",
"pyahocorasick==2.2.0",
"betterproto==1.2.5",
"pydantic==2.11.5",
"pydantic==2.11.7",
"pydantic-settings==2.9.1",
"NSKeyedUnArchiver==1.5.2",
"python-dateutil==2.9.0.post0",

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