Closed tjhorner closed 9 years ago
When User#update is called, it uses User#_checkField for each field. But fields like selfMute that are actually self_mute in the raw data aren't taken into account and are not updated.
User#update
User#_checkField
selfMute
self_mute
When
User#update
is called, it usesUser#_checkField
for each field. But fields likeselfMute
that are actuallyself_mute
in the raw data aren't taken into account and are not updated.