mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 16:34:31 +08:00
FEATURE: Introducing new UI for changing User's notification levels (#7248)
* FEATURE: Introducing new UI for tracking User's ignored or muted states
This commit is contained in:
@ -12,6 +12,9 @@ class WebHookUserSerializer < UserSerializer
|
||||
can_edit_name
|
||||
can_send_private_messages
|
||||
can_send_private_message_to_user
|
||||
can_ignore_user
|
||||
can_mute_user
|
||||
ignored
|
||||
uploaded_avatar_id
|
||||
has_title_badges
|
||||
bio_cooked
|
||||
|
Reference in New Issue
Block a user