feat(web_push_notifications): Group notifications (#4388)
This commit is contained in:
parent
3e01a7e677
commit
e67fc997dc
3 changed files with 46 additions and 1 deletions
|
@ -53,6 +53,7 @@ class Web::PushSubscription < ApplicationRecord
|
|||
url: url,
|
||||
actions: actions,
|
||||
access_token: access_token,
|
||||
message: translate('push_notifications.group.title'), # Do not pass count, will be formatted in the ServiceWorker
|
||||
}
|
||||
),
|
||||
endpoint: endpoint,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue