mirror of
https://github.com/chatmail/core.git
synced 2026-09-22 13:01:21 +03:00
A second background_fetch() while one is already running returned without emitting the event, and the FFI returned 1 for it, so a UI waiting for an event hangs dc_get_next_event(). Emit the event in any case, so waiting for it is safe.