mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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