🐛 Missing metadata in notify

This commit is contained in:
LittleSheep 2024-07-15 23:39:44 +08:00
parent d7f5053fc7
commit 44861dc01f

View File

@ -18,6 +18,7 @@ message NotifyRequest {
string title = 1;
string subtitle = 2;
string body = 3;
bytes metadata = 4;
}
message NotifyResponse {