Signed-off-by: Anirudh Oppiliappan anirudh@tangled.sh
+19
-6
appview/db/issues.go
+19
-6
appview/db/issues.go
·········_, err := e.Exec(`update issues set open = 0 where repo_at = ? and issue_id = ?`, repoAt, issueId)
+61
appview/ingester.go
+61
appview/ingester.go
······+l := i.Logger.With("handler", "ingestIssueComment", "nsid", e.Commit.Collection, "did", did, "rkey", rkey)