Skip to content

Commit

Permalink
fix: include push providers in push notification fields (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaljam committed Feb 21, 2024
1 parent 5dfbfce commit 4d0ec56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ type PushNotificationFields struct {
FirebaseConfig FirebaseConfig `json:"firebase"`
HuaweiConfig HuaweiConfig `json:"huawei"`
XiaomiConfig XiaomiConfig `json:"xiaomi"`
Providers []PushProvider `json:"providers,omitempty"`
}

type FirebaseConfigRequest struct {
Expand Down

0 comments on commit 4d0ec56

Please sign in to comment.