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
Now that we are using separate gRPC methods to update various fields (contacts, status, key) of a Registration, we no longer need the contactsPresent field. Remove it, and all code which reads/writes it (in that order).
The text was updated successfully, but these errors were encountered:
Part of #7920
There will be a followup removing the remaining places that set
`contactsPresent`.
---------
Co-authored-by: Jacob Hoffman-Andrews <[email protected]>
Now that we are using separate gRPC methods to update various fields (contacts, status, key) of a Registration, we no longer need the contactsPresent field. Remove it, and all code which reads/writes it (in that order).
The text was updated successfully, but these errors were encountered: