From 44861dc01ffb7bf832c4ea74efef950fafbb7638 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Mon, 15 Jul 2024 23:39:44 +0800 Subject: [PATCH] :bug: Missing metadata in notify --- pkg/proto/notify.proto | 1 + 1 file changed, 1 insertion(+) 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 {