From ad9fd8166ab545db916cda72d539382cb11c9c9d Mon Sep 17 00:00:00 2001 From: Daniel Cadenas Date: Thu, 22 Aug 2024 15:11:01 -0300 Subject: [PATCH] Remove Daniel feature flag --- service/app/follow_change_puller.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/service/app/follow_change_puller.go b/service/app/follow_change_puller.go index 9d28406..c84f160 100644 --- a/service/app/follow_change_puller.go +++ b/service/app/follow_change_puller.go @@ -53,12 +53,6 @@ func (f *FollowChangePuller) Run(ctx context.Context) error { f.logger.Debug().Message(followChange.String()) - // TODO: for the moment, just send notifications to Daniel - if followChange.Followee.Hex() != "89ef92b9ebe6dc1e4ea398f6477f227e95429627b0a33dc89b640e137b256be5" { - f.logger.Debug().WithField("followee", followChange.Followee.Hex()).Message("ignoring follow change") - continue - } - tokens, err := f.queries.GetTokens.Handle(ctx, followChange.Followee) if err != nil { // Not one of our users, ignore