diff options
author | Sorin Davidoi <sorin.davidoi@gmail.com> | 2017-08-01 06:00:13 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-08-01 06:00:13 +0200 |
commit | d4c4820c03a081ef182407c2db16f27d0420335e (patch) | |
tree | 9d594f6ed1a71099d2c1a44d3f5d06b66ece9eab /app/models | |
parent | e05606c8d0b1a77dd5153da04fe5ec9f192be0b7 (diff) |
fix(web_push_notifications): Send message with welcome notifications (#4471)
* fix(web_push_notifications): Send grouping title in welcome notification * fix(web_push_notifications): Read message from last notification
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/web/push_subscription.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/web/push_subscription.rb b/app/models/web/push_subscription.rb index 45ce3298a..e76f61278 100644 --- a/app/models/web/push_subscription.rb +++ b/app/models/web/push_subscription.rb @@ -161,6 +161,7 @@ class Web::PushSubscription < ApplicationRecord content: translate('push_notifications.subscribed.body'), actions: [], url: web_url('notifications'), + message: translate('push_notifications.group.title'), # Do not pass count, will be formatted in the ServiceWorker } ), endpoint: endpoint, |