On Wed Nov 16 20:22:17 2022 +0000, Matteo Bruni wrote:
I wonder if it wouldn't be a bit nicer to just have this branch here (as an `if (ret)`) and leave the `if (!ret) {}` branch in its original place below the `if (messages) {}`
I felt like combining them was nicer, but it's definitely a mild style preference; I'll change it as described.