this repo has no description
0
fork

Configure Feed

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

more descriptive

authored by

whyrusleeping and committed by
whyrusleeping
27a83b7d 349a6f5e

+1 -1
+1 -1
repo/stream.go
··· 130 130 131 131 var sc SignedCommit 132 132 if err := cst.Get(ctx, root, &sc); err != nil { 133 - return fmt.Errorf("loading root (%s) from blockstore: %w", root, err) 133 + return fmt.Errorf("loading root (%s) from blockstore (other blocks: %d): %w", root, len(bs.otherBlocks), err) 134 134 } 135 135 136 136 if sc.Version != ATP_REPO_VERSION && sc.Version != ATP_REPO_VERSION_2 {