From 5bcce9d44e1dd5941278072584838b4552113620 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Tue, 17 Sep 2024 21:15:34 +0800 Subject: [PATCH] :bug: Fix cannot determine correct notifiable in batch --- pkg/internal/grpc/notifier.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/internal/grpc/notifier.go b/pkg/internal/grpc/notifier.go index bb7669b..d13daf9 100644 --- a/pkg/internal/grpc/notifier.go +++ b/pkg/internal/grpc/notifier.go @@ -75,6 +75,7 @@ func (v *Server) NotifyUserBatch(_ context.Context, in *proto.NotifyUserBatchReq Picture: in.GetNotify().Picture, IsRealtime: in.GetNotify().GetIsRealtime(), IsForcePush: in.GetNotify().GetIsForcePush(), + Account: user, AccountID: user.ID, }