fix links not being generated because of queries not being set because of cache
This commit is contained in:
parent
da01612315
commit
2c52e3462a
@ -104,7 +104,7 @@ void cmd::handle_inline_query(context *ctx, td_api::updateNewInlineQuery &query)
|
|||||||
false, // is_personal
|
false, // is_personal
|
||||||
nullptr, // button
|
nullptr, // button
|
||||||
std::move(results),
|
std::move(results),
|
||||||
600, // cache_time
|
0, // cache_time
|
||||||
"" // next_offset
|
"" // next_offset
|
||||||
), {});
|
), {});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user