Unarchiving a remote session now retries with device trust and stops retrying broken bridge replies.
What's wrong with this entry?
Unarchiving a remote session now handles device trust failures explicitly, and a malformed bridge response is no longer retried as if it were transient.
untrusted_deviceandsession_stale_relogin403s are retried once with anX-Trusted-Device-Tokenheader.- If that does not resolve it, the call returns an
elevated_authoutcome logged as bridge_repl_v2_unarchive_elevated_auth, so reattach surfaces an auth failure while preserving the session pointer. - A malformed /bridge response, or one with an invalid worker_epoch, now returns a terminal
malformed_responseresult instead of null.
bridge_repl_v2_unarchive_elevated_auth
Strings lifted out of the shipped bundle, so the claim above can be checked against them.