From 28d1361f30d998804b3ed69ae75b8607e79ac624 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sun, 27 Sep 2020 12:11:20 +0800 Subject: [PATCH] chore: sync readme. Signed-off-by: Bo-Yi Wu --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7bcea4f..136716b 100644 --- a/README.md +++ b/README.md @@ -1038,6 +1038,7 @@ func main() { Badge: 1, Category: "test", Sound: "test", + Priority: proto.Priority_High, Alert: &proto.Alert{ Title: "Test Title", Body: "Test Alert Body", @@ -1139,6 +1140,7 @@ func main() { Badge: 1, Category: "test", Sound: "test", + Priority: proto.Priority_High, Alert: &proto.Alert{ Title: "Test Title", Body: "Test Alert Body",