Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Priority tag in grpc notification request #492

Closed
medcampus opened this issue Apr 2, 2020 · 2 comments
Closed

Add Priority tag in grpc notification request #492

medcampus opened this issue Apr 2, 2020 · 2 comments

Comments

@medcampus
Copy link

medcampus commented Apr 2, 2020

message NotificationRequest {
repeated string tokens = 1;
int32 platform = 2;
string message = 3;
string title = 4;
string topic = 5;
string key = 6;
int32 badge = 7;
string category = 8;
Alert alert = 9;
string sound = 10;
bool contentAvailable = 11;
string threadID = 12;
bool mutableContent = 13;
google.protobuf.Struct data = 14;
string image = 15;
}

@medcampus
Copy link
Author

Any updates

slimus pushed a commit to slimus/gorush that referenced this issue Apr 13, 2020
@appleboy
Copy link
Owner

See the PR #494

slimus pushed a commit to slimus/gorush that referenced this issue Apr 25, 2020
Starford96 added a commit to Starford96/gorush that referenced this issue Jul 31, 2020
@Starford96 Starford96 mentioned this issue Jul 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants