mirror of
https://github.com/discourse/discourse.git
synced 2026-08-04 10:23:17 -05:00
User options were serialized at the root level of CurrentUserSerializer, but UserSerializer has a user_option field. This inconsistency caused issues in the past because user_option fields had to be duplicated on the frontend.