Push flag for notify

This commit is contained in:
2024-07-15 23:47:45 +08:00
parent 59bda7a411
commit ab0b491f45
2 changed files with 45 additions and 23 deletions

View File

@ -20,6 +20,8 @@ message NotifyRequest {
optional string subtitle = 3;
string body = 4;
bytes metadata = 5;
bool is_realtime = 6;
bool is_force_push = 7;
}
message NotifyResponse {