From 0dbc7cb0813963da5e3ed0ba39d67fd42343f06a Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Fri, 3 Apr 2026 14:02:39 -0300 Subject: [PATCH] Update botserver: Fix nested runtime panic in AuthConfig::from_env() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes the critical bug that caused botserver to crash during initialization with "Cannot start a runtime from within a runtime" error. Changes in botserver submodule: - AuthConfig::from_env() now uses new_current_thread() pattern - Fixes panic occurring after CORS layer initialization - Aligns with previous get_database_url_sync fix pattern 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- botserver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/botserver b/botserver index 9440ba4..f097f00 160000 --- a/botserver +++ b/botserver @@ -1 +1 @@ -Subproject commit 9440ba46d3050f36af58774243d48a10e915b0be +Subproject commit f097f000d8d53ca3b5caa089a3082960ffbb833f