fix: stabilize multi-account chat handling
This commit is contained in:
@@ -21,7 +21,10 @@ pub mod modal;
|
||||
pub mod profile;
|
||||
pub mod search;
|
||||
|
||||
pub use chat_loader::{load_older_messages_if_needed, open_chat_and_load_data, process_pending_chat_init};
|
||||
pub use chat_loader::{
|
||||
load_older_messages_if_needed, open_chat_and_load_data, process_chat_init_events,
|
||||
process_pending_chat_init,
|
||||
};
|
||||
pub use clipboard::*;
|
||||
pub use global::*;
|
||||
pub use profile::get_available_actions_count;
|
||||
|
||||
Reference in New Issue
Block a user