mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 03:18:23 +00:00
7d7551adfc
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.