Merge origin/main into hermes/hermes-5d160594

This commit is contained in:
teknium1
2026-03-14 19:34:05 -07:00
78 changed files with 3762 additions and 395 deletions

View File

@@ -161,7 +161,7 @@ class DeliveryRouter:
# Always include local if configured
if self.config.always_log_local:
local_key = (Platform.LOCAL, None)
local_key = (Platform.LOCAL, None, None)
if local_key not in seen_platforms:
targets.append(DeliveryTarget(platform=Platform.LOCAL))