mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: include posters in suggested topics
required for mobile
This commit is contained in:
@@ -10,10 +10,6 @@ class SuggestedTopicSerializer < ListableTopicSerializer
|
|||||||
attributes :archetype, :like_count, :views, :category_id
|
attributes :archetype, :like_count, :views, :category_id
|
||||||
has_many :posters, serializer: SuggestedPosterSerializer, embed: :objects
|
has_many :posters, serializer: SuggestedPosterSerializer, embed: :objects
|
||||||
|
|
||||||
def include_posters?
|
|
||||||
object.private_message?
|
|
||||||
end
|
|
||||||
|
|
||||||
def posters
|
def posters
|
||||||
object.posters || []
|
object.posters || []
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user