mirror of
https://github.com/openai/codex.git
synced 2026-04-30 11:21:34 +03:00
feat(app-server): support archived threads in thread/list (#9571)
This commit is contained in:
@@ -173,6 +173,7 @@ impl AppServerClient {
|
||||
limit: None,
|
||||
sort_key: None,
|
||||
model_providers: None,
|
||||
archived: None,
|
||||
},
|
||||
};
|
||||
self.send(&request)?;
|
||||
|
||||
Reference in New Issue
Block a user