mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-06-28 14:01:47 +02:00
60e7e57663
This was the missing piece behind the lingering 1-byte path rendering in Contact Info / Contact Management. The cache layer between mc.contacts and the /api/contacts/detailed endpoint rebuilt each contact dict by hand and dropped the out_path_hash_mode field, so the API always saw the default 0 and rendered multi-byte paths as single-byte hops.