diff --git a/app/serializers/web/notification_serializer.rb b/app/serializers/web/notification_serializer.rb index 421e84cbb4..6acc7a4ac7 100644 --- a/app/serializers/web/notification_serializer.rb +++ b/app/serializers/web/notification_serializer.rb @@ -6,7 +6,7 @@ class Web::NotificationSerializer < ActiveModel::Serializer include ActionView::Helpers::SanitizeHelper attributes :access_token, :preferred_locale, :notification_id, - :notification_type, :icon, :title, :body + :notification_type, :icon, :display_name, :title, :body def access_token current_push_subscription.associated_access_token