♻️ Refactor notification meta

This commit is contained in:
2025-07-29 23:23:40 +08:00
parent 409c83b030
commit 51697c31cb
5 changed files with 10 additions and 6 deletions

View File

@@ -85,7 +85,7 @@ message PushNotification {
string title = 2;
string subtitle = 3;
string body = 4;
map<string, google.protobuf.Value> meta = 5;
bytes meta = 5;
optional string action_uri = 6;
bool is_silent = 7;
bool is_savable = 8;