mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
hidden and deleted state in user stream
This commit is contained in:
@ -18,7 +18,9 @@ class UserActionSerializer < ApplicationSerializer
|
||||
:acting_username,
|
||||
:acting_name,
|
||||
:acting_user_id,
|
||||
:title
|
||||
:title,
|
||||
:deleted,
|
||||
:hidden
|
||||
|
||||
|
||||
def excerpt
|
||||
|
Reference in New Issue
Block a user