Skip to content

Commit

Permalink
Merge branch 'main' into admire-token-notifs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan-cp authored Oct 25, 2023
2 parents 7b73ec2 + c355c6d commit b9f4266
Show file tree
Hide file tree
Showing 28 changed files with 743 additions and 372 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ $(DEPLOY)-%-userpref-upload : DOCKER_FILE := $(DOCKER_DIR)/userpre
$(PROMOTE)-%-backend : SERVICE := default
$(PROMOTE)-%-indexer : SERVICE := indexer
$(PROMOTE)-%-indexer-server : SERVICE := indexer-api
$(PROMOTE)-%-emails : SERVICE := emails
$(PROMOTE)-%-emails : SERVICE := emails-v2
$(PROMOTE)-%-tokenprocessing : SERVICE := tokenprocessing
$(PROMOTE)-%-tokenprocessing : SERVICE := tokenprocessing-v3
$(PROMOTE)-%-autosocial : SERVICE := autosocial
Expand Down
1 change: 1 addition & 0 deletions autosocial/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ func addFarcasterProfileToUser(ctx context.Context, n *farcaster.NeynarAPI, addr
}
u, err := n.UserByAddress(ctx, a.Address())
if err != nil {
logrus.Error(err)
continue
}
if u.Fid.String() == "" {
Expand Down
16 changes: 11 additions & 5 deletions db/gen/coredb/batch.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 18 additions & 10 deletions db/gen/coredb/contract_gallery.sql.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions db/gen/coredb/models_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b9f4266

Please sign in to comment.