fix(teams): log reply() fallback for diagnostics

The previous bare except swallowed every exception from app.reply()
silently. Log at debug so real failures (auth, chat gone) leave a
trace while keeping the group-chat 400 fallback working. Also fix
the Teams entry's indentation in the messaging flowchart.
This commit is contained in:
teknium1 2026-05-04 20:53:57 -07:00 committed by Teknium
parent 2333b7a7ec
commit 601e5f1d57
2 changed files with 11 additions and 4 deletions

View file

@ -60,9 +60,9 @@ flowchart TB
bb[BlueBubbles]
qq[QQ]
yb[Yuanbao]
ms[Microsoft Teams]
api["API Server<br/>(OpenAI-compatible)"]
wh[Webhooks]
ms[Microsoft Teams]
api["API Server<br/>(OpenAI-compatible)"]
wh[Webhooks]
end
store["Session store<br/>per chat"]