mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 19:53:41 +08:00
FIX: add status to channel membership serializer (#25906)
This commit is contained in:
@ -24,7 +24,6 @@
|
||||
"name": { "type": "string" },
|
||||
"avatar_template": { "type": "string" },
|
||||
"username": { "type": "string" },
|
||||
"custom_fields": { "type": ["object", "null"] },
|
||||
"can_chat": { "type": "boolean" },
|
||||
"has_chat_enabled": { "type": "boolean" }
|
||||
}
|
||||
|
@ -64,7 +64,7 @@ RSpec.describe "Channel - Info - Members page", type: :system do
|
||||
end
|
||||
|
||||
context "with user status" do
|
||||
xit "renders status next to name" do
|
||||
it "renders status next to name" do
|
||||
SiteSetting.enable_user_status = true
|
||||
current_user.set_status!("walking the dog", "dog")
|
||||
|
||||
|
Reference in New Issue
Block a user