diff --git a/PushSharp.Google/GcmNotification.cs b/PushSharp.Google/GcmNotification.cs index 28ba0599..9ef93c71 100644 --- a/PushSharp.Google/GcmNotification.cs +++ b/PushSharp.Google/GcmNotification.cs @@ -43,6 +43,7 @@ public static GcmNotification ForSingleRegistrationId (GcmNotification msg, stri result.DelayWhileIdle = msg.DelayWhileIdle; result.ContentAvailable = msg.ContentAvailable; result.DryRun = msg.DryRun; + result.Notification = msg.Notification; result.Priority = msg.Priority; result.NotificationKey = msg.NotificationKey;