pub async fn run_chat_sync_worker(
tx: Sender<ChatSyncUiEvent>,
archive_path: PathBuf,
config: ChatSyncConfig,
)Expand description
Run the chat sync worker loop.
pub async fn run_chat_sync_worker(
tx: Sender<ChatSyncUiEvent>,
archive_path: PathBuf,
config: ChatSyncConfig,
)Run the chat sync worker loop.