Under the hood
Bridge inbox message fetch now logs each fetch attempt against the message queue
What
The tool that fetches an inbound bridge message by its file ID now receives the current session and messageQueue when it's created, and records each fetch attempt, whether it succeeds or fails, via a new noteFetchAttempt call.
Why
This adds visibility into message-fetch attempts on the bridge, which should make it easier to diagnose problems with inbound messages not arriving or being missed.