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
SA: Use IgnoreAccountContacts flag to shortcut UpdateRegistrationContact (#8208)
If the IgnoreAccountContacts flag is set, don't bother writing the new
contacts to the database and instead just return the account object as
it stands. This does not require any test changes because
#8198 already changed
registrationModelToPb to omit whatever contacts were retrieved from the
database before responding to the RA.
Part of #8176
0 commit comments