tangled
alpha
login
or
join now
octet-stream.net
/
core
forked from
tangled.org/core
0
fork
atom
Monorepo for Tangled — https://tangled.org
0
fork
atom
overview
issues
pulls
pipelines
appview: minor fixes
Signed-off-by: oppiliappan <me@oppi.li>
oppi.li
6 months ago
061435fe
d36ee5d6
verified
This commit was signed with the committer's
known signature
.
oppi.li
SSH Key Fingerprint:
SHA256:yQs05DbrlPDC2pBXLxqOdLYEswq3oEBnHaJiBP7bOlM=
+1
-2
2 changed files
expand all
collapse all
unified
split
appview
db
issues.go
issues
issues.go
+1
-1
appview/db/issues.go
···
63
63
64
64
return Issue{
65
65
RepoAt: syntax.ATURI(record.Repo),
66
66
-
OwnerDid: record.Owner,
66
66
+
OwnerDid: did,
67
67
Rkey: rkey,
68
68
Created: created,
69
69
Title: record.Title,
-1
appview/issues/issues.go
···
686
686
Repo: atUri,
687
687
Title: title,
688
688
Body: &body,
689
689
-
Owner: user.Did,
690
689
},
691
690
},
692
691
})