mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Update app/serializers/notification_serializer.rb
Co-authored-by: Alan Guo Xiang Tan <gxtan1990@gmail.com>
This commit is contained in:
@@ -61,7 +61,7 @@ class NotificationSerializer < ApplicationSerializer
|
||||
object.acting_user.name
|
||||
end
|
||||
|
||||
def include_acting_user_full_name?
|
||||
def include_acting_user_name?
|
||||
object.acting_user.present?
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user