about summary refs log tree commit diff
path: root/app/serializers/web/notification_serializer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/serializers/web/notification_serializer.rb')
-rw-r--r--app/serializers/web/notification_serializer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/serializers/web/notification_serializer.rb b/app/serializers/web/notification_serializer.rb
index e5524fe7a..31c703832 100644
--- a/app/serializers/web/notification_serializer.rb
+++ b/app/serializers/web/notification_serializer.rb
@@ -54,7 +54,7 @@ class Web::NotificationSerializer < ActiveModel::Serializer
 
     def access_token
       return if actions.empty?
-      current_push_subscription.access_token
+      current_push_subscription.associated_access_token
     end
 
     def message