From 0a362dadec2a7333f90e388385f12724de506b8a Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Sat, 21 Sep 2024 23:47:04 +0800 Subject: [PATCH] :bug: Try to fix notifiable check --- 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 e155e23..07d8f99 100644 --- a/pkg/internal/grpc/notifier.go +++ b/pkg/internal/grpc/notifier.go @@ -33,6 +33,7 @@ func (v *Server) NotifyUser(_ context.Context, in *proto.NotifyUserRequest) (*pr Picture: in.GetNotify().Picture, IsRealtime: in.GetNotify().GetIsRealtime(), IsForcePush: in.GetNotify().GetIsForcePush(), + Account: user, AccountID: user.ID, }