You'll notice
Fixed a bug where bridge QR-code text output could be built from stale, unresolved data
What
The routine that renders a bridge connection's QR code as text (using a UTF-8, low-error-correction QR encoder) was splitting the wrong variable into lines: it used the value captured before an asynchronous operation completed, instead of that operation's actual resolved result. This is now fixed.
Why
The previous behavior could have produced stale or empty QR-code text output instead of the correct, up-to-date code.