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, }