fix links not being generated because of queries not being set because of cache

This commit is contained in:
Slavasil 2024-10-18 20:20:51 +03:00
parent da01612315
commit 2c52e3462a

View File

@ -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
), {}); ), {});
} }