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