mirror of
https://git.sanhost.net/sanasol/hytale-f2p
synced 2026-03-02 13:51:52 -03:00
Bug 1: Butter API returns friend presence in `state` field, not `presence`.
All 7 occurrences (friends list sort, count, display, DM header) now use f.state.
Bug 2: WS messages use `data.convo` for conversation routing ("global" or convo ID).
Message object may not have toId/to fields, causing all messages to fall into DM branch.
Now checks data.convo first with msg field fallbacks.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>