mirror of
https://github.com/chatmail/core.git
synced 2026-09-22 13:01:21 +03:00
There was a bug in prefetch_should_download() that it made it return true for pre-messages even when they were already downloaded. This meant that pre-messages were downloaded from all relays, rather than just one, wasting internet data. The fix is in rfc724_mid_download_tried(), which is used by prefetch_should_download() to determine whether a message was already downloaded. --------- Co-authored-by: l <link2xt@testrun.org>