diff --git a/pkg/proto/notify.proto b/pkg/proto/notify.proto index 59da961..3315b31 100644 --- a/pkg/proto/notify.proto +++ b/pkg/proto/notify.proto @@ -18,6 +18,7 @@ message NotifyRequest { string title = 1; string subtitle = 2; string body = 3; + bytes metadata = 4; } message NotifyResponse {