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
Commit #9b98019 reaches into internal map of user struct when deserializing. I am pretty sure that this will be okay, because we create a new internalmap each time copying over user struct. But I should check to ensure that no fields from a user struct can be dropped when doing ths.
The text was updated successfully, but these errors were encountered:
Commit #9b98019 reaches into internal map of user struct when deserializing. I am pretty sure that this will be okay, because we create a new internalmap each time copying over user struct. But I should check to ensure that no fields from a user struct can be dropped when doing ths.
The text was updated successfully, but these errors were encountered: