From 511e1982292aab68b01b99a95bdebdfa160bcce4 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Sat, 18 Apr 2026 10:43:28 -0300 Subject: [PATCH] fix: Return error instead of Ok(()) on timeout in check_gbkb_changes - When timeout occurs listing .gbkb objects, function was returning Ok(()) - This caused .gbkb to never sync because errors were silently ignored - Now returns Err() so failures are properly logged and retried - Fixes salesianos bot not finding ramais, cartas, proc knowledge bases --- botmodels | 2 +- botserver | 2 +- botui | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/botmodels b/botmodels index 9b1990b..4518bf7 160000 --- a/botmodels +++ b/botmodels @@ -1 +1 @@ -Subproject commit 9b1990baf18983f75b56c8414d33f577b193c962 +Subproject commit 4518bf7bd1c4ae6fafd5c42fa5f4515a383b480a diff --git a/botserver b/botserver index 29a87e3..fed92ac 160000 --- a/botserver +++ b/botserver @@ -1 +1 @@ -Subproject commit 29a87e369452fe6655bac438715cb80f4f942519 +Subproject commit fed92acaab8a4c9c9a32aa39db5b4a2bf11daeda diff --git a/botui b/botui index 30ae3e0..d49eeab 160000 --- a/botui +++ b/botui @@ -1 +1 @@ -Subproject commit 30ae3e02ddd22f20f3b03fdc1a545a56b7f4e19e +Subproject commit d49eeab1c54bc8a51db249814d2476f7eabdd851