this repo has no description
0
fork

Configure Feed

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

sync get record shouldnt unmarshal (#815)

allows this to work on non bsky.app records

authored by

bnewbold and committed by
GitHub
82305ef0 7e16f332

+1 -1
+1 -1
repomgr/repomgr.go
··· 476 476 return cid.Undef, nil, err 477 477 } 478 478 479 - _, _, err = r.GetRecord(ctx, collection+"/"+rkey) 479 + _, _, err = r.GetRecordBytes(ctx, collection+"/"+rkey) 480 480 if err != nil { 481 481 return cid.Undef, nil, err 482 482 }