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
ContactEdge: changed fields from private to public
body.GetContactList() was useless, because all fields in returned data are private. In original C++ they are implicitly public because ContactEdge is a struct.
0 commit comments