mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 09:08:10 +08:00
Show categories on the user streams for topics.
This commit is contained in:
@ -22,7 +22,8 @@ class UserActionSerializer < ApplicationSerializer
|
||||
:deleted,
|
||||
:hidden,
|
||||
:moderator_action,
|
||||
:edit_reason
|
||||
:edit_reason,
|
||||
:category_id
|
||||
|
||||
def excerpt
|
||||
PrettyText.excerpt(object.cooked, 300) if object.cooked
|
||||
|
Reference in New Issue
Block a user