+34
appview/db/follow.go
+34
appview/db/follow.go
···_, err := d.db.Exec(`delete from follows where user_did = ? and subject_did = ?`, userDid, subjectDid)+if err := rows.Scan(&follow.UserDid, &follow.SubjectDid, &followedAt, &follow.RKey); err != nil {
+24
appview/db/repos.go
+24
appview/db/repos.go
···
+48
appview/db/timeline.go
+48
appview/db/timeline.go
···
···
+1
appview/pages/pages.go
+1
appview/pages/pages.go
+37
-4
appview/pages/templates/timeline.html
+37
-4
appview/pages/templates/timeline.html
···
+9
appview/state/state.go
+9
appview/state/state.go
···