🐛 Fixes in notification

This commit is contained in:
2025-07-31 16:42:35 +08:00
parent 0306b54a0f
commit e3499ff283
3 changed files with 22 additions and 5 deletions

View File

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