From 2c52e3462aac61ec161753f79cf4441c651f8e4f Mon Sep 17 00:00:00 2001 From: Slavasil Date: Fri, 18 Oct 2024 20:20:51 +0300 Subject: [PATCH] fix links not being generated because of queries not being set because of cache --- commands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.cpp b/commands.cpp index c174a36..0612977 100644 --- a/commands.cpp +++ b/commands.cpp @@ -104,7 +104,7 @@ void cmd::handle_inline_query(context *ctx, td_api::updateNewInlineQuery &query) false, // is_personal nullptr, // button std::move(results), - 600, // cache_time + 0, // cache_time "" // next_offset ), {}); }