+20
-190
appview/db/profile.go
+20
-190
appview/db/profile.go
···············err = rows.Scan(&profile.ID, &profile.Did, &profile.Description, &includeBluesky, &profile.Location)···············
+1
-1
appview/db/timeline.go
+1
-1
appview/db/timeline.go
+3
-3
appview/ingester.go
+3
-3
appview/ingester.go
······
+177
appview/models/profile.go
+177
appview/models/profile.go
···
+1
-1
appview/notify/merged_notifier.go
+1
-1
appview/notify/merged_notifier.go
···
+2
-2
appview/notify/notifier.go
+2
-2
appview/notify/notifier.go
······
+5
-5
appview/pages/pages.go
+5
-5
appview/pages/pages.go
···············
+1
-1
appview/posthog/notifier.go
+1
-1
appview/posthog/notifier.go
···
+7
-7
appview/state/profile.go
+7
-7
appview/state/profile.go
······-func (s *State) addRepoItems(ctx context.Context, feed *feeds.Feed, repos []db.RepoEvent, author *feeds.Author) error {+func (s *State) addRepoItems(ctx context.Context, feed *feeds.Feed, repos []models.RepoEvent, author *feeds.Author) error {···-func (s *State) createRepoItem(ctx context.Context, repo db.RepoEvent, author *feeds.Author) (*feeds.Item, error) {+func (s *State) createRepoItem(ctx context.Context, repo models.RepoEvent, author *feeds.Author) (*feeds.Item, error) {······+func (s *State) updateProfile(profile *models.Profile, w http.ResponseWriter, r *http.Request) {