+40
-6
appview/db/issues.go
+40
-6
appview/db/issues.go
·········
·········+_, err := e.Exec(`update issues set title = ?, body = ? where owner_did = ? and rkey = ?`, title, body, ownerDid, rkey)
+79
appview/ingester.go
+79
appview/ingester.go
······+l := i.Logger.With("handler", "ingestIssueComment", "nsid", e.Commit.Collection, "did", did, "rkey", rkey)