Feature: Add web push notification permission in frontend (#766)
Add webpush notification permission in frontend Co-authored-by: Sojan <sojan@pepalo.com>
This commit is contained in:
@@ -3,3 +3,5 @@ json.user_id @notification_setting.user_id
|
||||
json.account_id @notification_setting.account_id
|
||||
json.all_email_flags @notification_setting.all_email_flags
|
||||
json.selected_email_flags @notification_setting.selected_email_flags
|
||||
json.all_push_flags @notification_setting.all_push_flags
|
||||
json.selected_push_flags @notification_setting.selected_push_flags
|
||||
|
||||
Reference in New Issue
Block a user