mirror of
https://github.com/openai/codex.git
synced 2026-09-08 15:50:34 +00:00
codex: fix CI failure on PR #26009
# Conflicts: # codex-rs/tui/src/app/app_server_event_targets.rs
This commit is contained in:
@@ -161,7 +161,8 @@ pub(super) fn server_notification_thread_target(
|
||||
None => return ServerNotificationThreadTarget::AppScoped,
|
||||
}
|
||||
}
|
||||
ServerNotification::SkillsChanged(_)
|
||||
ServerNotification::ThreadCatalogChanged(_)
|
||||
| ServerNotification::SkillsChanged(_)
|
||||
| ServerNotification::McpServerOauthLoginCompleted(_)
|
||||
| ServerNotification::AccountUpdated(_)
|
||||
| ServerNotification::AccountRateLimitsUpdated(_)
|
||||
|
||||
@@ -191,6 +191,7 @@ impl ChatWidget {
|
||||
ServerNotification::ServerRequestResolved(_)
|
||||
| ServerNotification::AccountUpdated(_)
|
||||
| ServerNotification::AccountRateLimitsUpdated(_)
|
||||
| ServerNotification::ThreadCatalogChanged(_)
|
||||
| ServerNotification::ThreadStarted(_)
|
||||
| ServerNotification::ThreadStatusChanged(_)
|
||||
| ServerNotification::ThreadArchived(_)
|
||||
|
||||
Reference in New Issue
Block a user