mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +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)]
|
#[allow(non_snake_case)]
|
||||||
pub fn job_do_DC_JOB_MAYBE_SEND_LOCATIONS(context: &Context, _job: &Job) {
|
pub fn job_do_DC_JOB_MAYBE_SEND_LOCATIONS(context: &Context, _job: &Job) {
|
||||||
let now = time();
|
let now = time();
|
||||||
let mut continue_streaming = true;
|
let mut continue_streaming = false;
|
||||||
info!(
|
info!(
|
||||||
context,
|
context,
|
||||||
" ----------------- MAYBE_SEND_LOCATIONS -------------- ",
|
" ----------------- MAYBE_SEND_LOCATIONS -------------- ",
|
||||||
|
|||||||
Reference in New Issue
Block a user