CI Report:
https://ci-tests.linuxserver.io/linuxserver/thelounge/nightly-8a2dbad4-ls201/index.html
LinuxServer Changes:
Full Changelog: nightly-6fbc5d6f-ls200...nightly-8a2dbad4-ls201
Remote Changes:
fix: fix inverted boolean check with expand & collapse (#5082)
Introduced in
thelounge/thelounge@551f85e?w=1
If you /expand (or /collapse) and reload, the state is not persisted
as its not stored on the server. We didn't notice as the client logic is
correct.
h/t @xPaw and claude for finding