Files
hytale-f2p/GUI/js
sanasol c5e5ddbcc4 fix: presence field name (f.state not f.presence) and WS message routing via data.convo
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>
2026-03-02 11:06:13 +01:00
..
2026-02-24 17:31:13 +01:00
2026-01-18 01:52:24 +01:00
2026-01-19 23:15:29 +01:00
fix
2026-01-25 01:03:49 +01:00