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:
David Battersby
2024-02-27 12:17:15 +08:00
committed by GitHub
parent 1bcb521fbf
commit a423afbbb9
8 changed files with 52 additions and 5 deletions

View File

@ -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" }
}