this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

oh maybe this

+1 -1
+1 -1
database.go
··· 192 192 parentURI := "" 193 193 for rows.Next() { 194 194 var subscription subscription 195 - if err := rows.Scan(&subscription.ID, &subscription.ParentURI, &subscription.UserDID); err != nil { 195 + if err := rows.Scan(&subscription.ParentURI); err != nil { 196 196 return "", fmt.Errorf("scan row: %w", err) 197 197 } 198 198 parentURI = subscription.ParentURI