Provide the ability to localize notifications

This commit is contained in:
2025-02-16 22:59:44 +08:00
parent 50ff8304e4
commit 5fb769823a
13 changed files with 205 additions and 309 deletions

View File

@@ -20,6 +20,8 @@ message NotifyInfo {
string body = 4;
bytes metadata = 5;
int32 priority = 6;
optional string translate_key = 7;
bytes translate_args = 8;
}
message PushNotificationRequest {