0
0
Fork 0

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
This commit is contained in:
Sorin Davidoi 2017-08-01 06:00:13 +02:00 committed by Eugen Rochko
parent e05606c8d0
commit d4c4820c03
2 changed files with 3 additions and 2 deletions

View file

@ -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,