mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 13:21:47 +08:00
UX: Show chat and message buttons on your own profile (#27600)
This commit is contained in:
@ -147,7 +147,7 @@ class UserCardSerializer < BasicUserSerializer
|
||||
end
|
||||
|
||||
def can_send_private_message_to_user
|
||||
scope.can_send_private_message?(object) && scope.current_user != object
|
||||
scope.can_send_private_message?(object) || scope.current_user == object
|
||||
end
|
||||
|
||||
def include_suspend_reason?
|
||||
|
Reference in New Issue
Block a user