diff --git a/bridgev2/networkinterface.go b/bridgev2/networkinterface.go index 852d81ef..6e31e721 100644 --- a/bridgev2/networkinterface.go +++ b/bridgev2/networkinterface.go @@ -808,9 +808,10 @@ type APNsPushConfig struct { } type PushConfig struct { - Web *WebPushConfig `json:"web,omitempty"` - FCM *FCMPushConfig `json:"fcm,omitempty"` - APNs *APNsPushConfig `json:"apns,omitempty"` + Web *WebPushConfig `json:"web,omitempty"` + FCM *FCMPushConfig `json:"fcm,omitempty"` + APNs *APNsPushConfig `json:"apns,omitempty"` + Native bool `json:"native,omitempty"` } type PushableNetworkAPI interface {