mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-28 01:21:36 +00:00
collectStatusIssues previously checked account.channelAccessToken directly, but this field is stripped by projectSafeChannelAccountSnapshotFields for security. This caused 'openclaw status' to always report WARN even when the token is valid and the LINE provider starts successfully. Use account.configured instead, which is already computed by buildChannelAccountSnapshot and correctly reflects whether credentials are present. This is consistent with how other channels (e.g. Telegram) implement their status checks. Fixes #45693