Files
mc-webui/app/meshcore
MarekWo 60e7e57663 fix(ui): include out_path_hash_mode in cli.get_contacts_with_last_seen
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.
2026-06-05 09:04:40 +02:00
..