feat(web_push_notifications): Group notifications (#4388)
This commit is contained in:
committed by
Eugen Rochko
parent
3e01a7e677
commit
e67fc997dc
@ -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,
|
||||
|
Reference in New Issue
Block a user