Skip to content

Commit 4d0ec56

Browse files
authored
fix: include push providers in push notification fields (#266)
1 parent 5dfbfce commit 4d0ec56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ type PushNotificationFields struct {
134134
FirebaseConfig FirebaseConfig `json:"firebase"`
135135
HuaweiConfig HuaweiConfig `json:"huawei"`
136136
XiaomiConfig XiaomiConfig `json:"xiaomi"`
137+
Providers []PushProvider `json:"providers,omitempty"`
137138
}
138139

139140
type FirebaseConfigRequest struct {

0 commit comments

Comments
 (0)