Monorepo for Tangled tangled.org
6

Configure Feed

Select the types of activity you want to include in your feed.

appview/repo/tree: use correct repo identifier

Signed-off-by: Seongmin Lee <git@boltless.me>

author
Seongmin Lee
date (May 16, 2026, 11:57 PM +0900) commit 1f9759c7 parent e2d75264 change-id toosulsw
+1 -1
+1 -1
appview/repo/tree.go
··· 77 77 result.DotDot = *xrpcResp.Dotdot 78 78 } 79 79 if readmeFile != nil { 80 - bytes, err := tangled.GitTempGetBlob(r.Context(), xrpcc, path.Join(treePath, readmeFile.Name), ref, f.RepoAt().String()) 80 + bytes, err := tangled.GitTempGetBlob(r.Context(), xrpcc, path.Join(treePath, readmeFile.Name), ref, f.RepoDid) 81 81 if xrpcerr := xrpcclient.HandleXrpcErr(err); xrpcerr != nil { 82 82 l.Error("failed to call XRPC git.getBlob", "xrpcerr", xrpcerr, "err", err) 83 83 rp.pages.Error503(w)