preserve message processor spacing

This commit is contained in:
Jeremy Rose
2026-05-01 14:55:13 -07:00
parent 03573b051e
commit bec1bb4f63

View File

@@ -4006,6 +4006,7 @@ impl CodexMessageProcessor {
} else {
false
};
let thread_status = self
.thread_watch_manager
.loaded_status_for_thread(&thread.id)
@@ -8426,6 +8427,7 @@ async fn handle_pending_thread_resume_request(
.await;
return;
}
let thread_status = thread_watch_manager
.loaded_status_for_thread(&thread.id)
.await;