mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-05-18 15:25:49 +02:00
6956cd5415
When a contact has no path set (out_path_len == -1), the initial msg is already sent as flood. Retrying would spam the network with up to 8 flood messages in quick succession. Now checks contact's out_path_len via .ci command before starting the retry loop. If no path exists, logs and skips retry entirely. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>