mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 13:51:18 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user