mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Link queued post avatar and username to user profile
This commit is contained in:
@@ -12,7 +12,7 @@ class QueuedPostSerializer < ApplicationSerializer
|
||||
:created_at,
|
||||
:category_id
|
||||
|
||||
has_one :user, serializer: BasicUserSerializer, embed: :object
|
||||
has_one :user, serializer: BasicUserSerializer
|
||||
has_one :topic, serializer: BasicTopicSerializer
|
||||
|
||||
def category_id
|
||||
|
||||
Reference in New Issue
Block a user