mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
Initialize continue_streaming with false
Otherwise this variable is constant.
This commit is contained in:
@@ -540,7 +540,7 @@ pub fn save(
|
||||
#[allow(non_snake_case)]
|
||||
pub fn job_do_DC_JOB_MAYBE_SEND_LOCATIONS(context: &Context, _job: &Job) {
|
||||
let now = time();
|
||||
let mut continue_streaming = true;
|
||||
let mut continue_streaming = false;
|
||||
info!(
|
||||
context,
|
||||
" ----------------- MAYBE_SEND_LOCATIONS -------------- ",
|
||||
|
||||
Reference in New Issue
Block a user