Files
pulse/server
rcourtman 083d1b7fc1 fix: getUpdateChannelPreference not reading .env file correctly
The function was only checking /config/.env but not the main .env file.
This caused RC channel users to see stable updates instead of RC updates.

Also fixed version API endpoint property name: hasUpdate → updateAvailable

Now checks both config/.env (Docker) and .env (regular install) like the
main server initialization logic.

Fixes footer showing "v3.27.0 available" when on v3.27.1-rc4 with RC channel.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-14 11:44:47 +01:00
..