codex: fix CI failure on PR #26009

# Conflicts:
#	codex-rs/tui/src/app/app_server_event_targets.rs
This commit is contained in:
Brent Traut
2026-06-11 18:19:11 -07:00
parent fcfb6ecf5e
commit b08f743dbc
2 changed files with 3 additions and 1 deletions

View File

@@ -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(_)

View File

@@ -191,6 +191,7 @@ impl ChatWidget {
ServerNotification::ServerRequestResolved(_)
| ServerNotification::AccountUpdated(_)
| ServerNotification::AccountRateLimitsUpdated(_)
| ServerNotification::ThreadCatalogChanged(_)
| ServerNotification::ThreadStarted(_)
| ServerNotification::ThreadStatusChanged(_)
| ServerNotification::ThreadArchived(_)