Skip to content

Commit

Permalink
Ignore the Tag property from GcmNotification serialization
Browse files Browse the repository at this point in the history
Fixes #678
  • Loading branch information
Redth committed Apr 7, 2016
1 parent cbfa73b commit 5abac61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PushSharp.Google/GcmNotification.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public bool IsDeviceRegistrationIdValid ()
return RegistrationIds != null && RegistrationIds.Any ();
}

[JsonIgnore]
public object Tag { get;set; }

[JsonProperty ("message_id")]
Expand Down

0 comments on commit 5abac61

Please sign in to comment.