You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run welcome-outcome state writes even when the pairing banner wins
A welcome push that carries both a pairing join request and a join
result / new group used to return the pairing notification before the
other cases' state writes ran; a later push would no longer see either
event as new, losing them entirely. The join-result / new-group
handling is factored into welcomeOutcomeNotification and always runs;
only the banner is superseded.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments