mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 11:11:13 +08:00
UX: Show chat and message buttons on your own profile (#27600)
This commit is contained in:
@ -65,6 +65,10 @@ RSpec.describe UserCardSerializer do
|
||||
it "serializes pending_posts_count" do
|
||||
expect(json[:pending_posts_count]).to eq 0
|
||||
end
|
||||
|
||||
it "can_send_private_message_to_user is true" do
|
||||
expect(json[:can_send_private_message_to_user]).to eq true
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user