chore(grpc): support Priority tag
fix: #492 close: https://github.com/appleboy/gorush/pull/537
This commit is contained in:
committed by
Bo-Yi Wu
parent
ae7bc2a4d5
commit
dc4e210bec
File diff suppressed because it is too large
Load Diff
@@ -32,6 +32,11 @@ message NotificationRequest {
|
||||
bool mutableContent = 13;
|
||||
google.protobuf.Struct data = 14;
|
||||
string image = 15;
|
||||
enum Priority {
|
||||
Normal = 0;
|
||||
High = 1;
|
||||
}
|
||||
Priority Priority = 16;
|
||||
}
|
||||
|
||||
message NotificationReply {
|
||||
|
||||
Reference in New Issue
Block a user