From 99aa99eb5b6515764e3533d7e69cdf0149d9cb2a Mon Sep 17 00:00:00 2001 From: Stefano Volpe Date: Tue, 20 Jan 2026 22:46:00 +0100 Subject: [PATCH] api: public re-export of Connectivity (#7737) --- src/context.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/context.rs b/src/context.rs index 5461dc824..1a70c912e 100644 --- a/src/context.rs +++ b/src/context.rs @@ -36,6 +36,8 @@ use crate::tools::{self, duration_to_str, time, time_elapsed}; use crate::transport::ConfiguredLoginParam; use crate::{chatlist_events, stats}; +pub use crate::scheduler::connectivity::Connectivity; + /// Builder for the [`Context`]. /// /// Many arguments to the [`Context`] are kind of optional and only needed to handle