mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: ship user_id with topic serializer
This commit is contained in:
@@ -32,7 +32,8 @@ class TopicViewSerializer < ApplicationSerializer
|
||||
:category_id,
|
||||
:word_count,
|
||||
:deleted_at,
|
||||
:pending_posts_count
|
||||
:pending_posts_count,
|
||||
:user_id
|
||||
|
||||
attributes :draft,
|
||||
:draft_key,
|
||||
|
||||
Reference in New Issue
Block a user