DEV: Use serializers for user_notification_schedule and featured_topic (#27719)

Co-authored-by: Alan Guo Xiang Tan <gxtan1990@gmail.com>
This commit is contained in:
Jan Cernik
2024-07-05 00:00:24 -03:00
committed by GitHub
parent 906da0f3d1
commit 33c68b28b6
7 changed files with 87 additions and 3 deletions

View File

@ -294,7 +294,7 @@ class CurrentUserSerializer < BasicUserSerializer
end
def featured_topic
object.user_profile.featured_topic
BasicTopicSerializer.new(object.user_profile.featured_topic, scope: scope, root: false).as_json
end
def has_topic_draft