huskies: merge 726_story_notify_chat_transports_when_oauth_account_swaps_or_all_accounts_are_exhausted
This commit is contained in:
@@ -193,6 +193,9 @@ pub fn watcher_event_to_response(e: WatcherEvent) -> Option<WsResponse> {
|
||||
WatcherEvent::RateLimitWarning { .. } => None,
|
||||
WatcherEvent::StoryBlocked { .. } => None,
|
||||
WatcherEvent::RateLimitHardBlock { .. } => None,
|
||||
// OAuth events are forwarded to chat transports only; no WebSocket message for the frontend.
|
||||
WatcherEvent::OAuthAccountSwapped { .. } => None,
|
||||
WatcherEvent::OAuthAccountsExhausted { .. } => None,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user