+1
appview/db/db.go
+1
appview/db/db.go
+44
-3
appview/db/follow.go
+44
-3
appview/db/follow.go
···+query := `select user_did, subject_did, followed_at, at_uri from follows where user_did = ? and subject_did = ?`+_, err := d.db.Exec(`delete from follows where user_did = ? and subject_did = ?`, userDid, subjectDid)
+72
-20
appview/state/state.go
+72
-20
appview/state/state.go
···+resp, err := comatproto.RepoDeleteRecord(r.Context(), client, &comatproto.RepoDeleteRecord_Input{···