Fix language of push notifications (#32415)

pull/32423/head
Claire 3 days ago committed by GitHub
parent bb0cf04d71
commit 10ea6da09f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -55,12 +55,8 @@ class Web::PushNotificationWorker
end
def push_notification_json
Oj.dump(serialized_notification_in_subscription_locale.as_json)
end
def serialized_notification_in_subscription_locale
I18n.with_locale(@subscription.locale.presence || I18n.default_locale) do
serialized_notification
Oj.dump(serialized_notification.as_json)
end
end

Loading…
Cancel
Save