e9131ea558
Add webpush notification permission in frontend Co-authored-by: Sojan <sojan@pepalo.com>
7 lines
377 B
Ruby
7 lines
377 B
Ruby
json.id @notification_setting.id
|
|
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
|