fix: bad merge (#13461)

This commit is contained in:
jif-oai
2026-03-04 11:00:48 +00:00
committed by GitHub
parent e4a202ea52
commit e6b2e3a9f7
3 changed files with 22 additions and 2 deletions

View File

@@ -3375,6 +3375,7 @@ async fn restore_thread_input_state_syncs_sleep_inhibitor_state() {
chat.restore_thread_input_state(Some(ThreadInputState {
composer: None,
pending_steers: VecDeque::new(),
queued_user_messages: VecDeque::new(),
current_collaboration_mode: chat.current_collaboration_mode.clone(),
active_collaboration_mask: chat.active_collaboration_mask.clone(),