mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 02:04:53 +08:00
FEATURE: Add user status to chat members list (#25831)
This change adds the user status next to the name within the chat channel members list.
This commit is contained in:
@ -24,6 +24,7 @@
|
||||
"name": { "type": "string" },
|
||||
"avatar_template": { "type": "string" },
|
||||
"username": { "type": "string" },
|
||||
"custom_fields": { "type": ["object", "null"] },
|
||||
"can_chat": { "type": "boolean" },
|
||||
"has_chat_enabled": { "type": "boolean" }
|
||||
}
|
||||
|
Reference in New Issue
Block a user