WIP: Initial support for deltachat gateway

Features:
- Support voice messages
- Optional crossposting
- Automatic account creation
- Custom avatar image
This commit is contained in:
pancake
2026-06-08 12:10:42 +02:00
parent 2cf030d2fd
commit 612e485d4e
14 changed files with 3435 additions and 7 deletions
+7 -2
View File
@@ -100,10 +100,15 @@ func resolveMediaRefs(
localPath, meta, err := store.ResolveWithMeta(ref)
if err != nil {
logger.WarnCF("agent", "Failed to resolve media ref", map[string]any{
fields := map[string]any{
"ref": ref,
"error": err.Error(),
})
}
if idx < currentTurnStart {
logger.DebugCF("agent", "Skipped stale historical media ref", fields)
} else {
logger.WarnCF("agent", "Failed to resolve media ref", fields)
}
continue
}