Skip to content

Commit

Permalink
Merge pull request #60 from planetary-social/remove-daniel-feature-flag
Browse files Browse the repository at this point in the history
Remove Daniel feature flag
  • Loading branch information
dcadenas authored Aug 22, 2024
2 parents 167dc8d + ad9fd81 commit 944d0bc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions service/app/follow_change_puller.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 944d0bc

Please sign in to comment.