You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(attachments): address review feedback + fix pyrefly CI failure
- chat.py:2107 — type the rehydrate-attachment callable so the list
comprehension narrows to list[Attachment]. Unblocks CI.
- _coerce_attachments: replace `or` fallbacks with `is not None`
(Port Rule #1 truthiness trap)
- google_chat rehydrate_attachment: preserve resolved URL when
reconstructing, drop truthiness fallback on meta["url"]
- Harden telegram and whatsapp rehydrate tests to execute the async
callback and verify download-method wiring (AsyncMock).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments