this repo has no description
0
fork

Configure Feed

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

Fix type cast

+3 -2
+3 -2
cmd/relay/main.go
··· 13 13 "syscall" 14 14 "time" 15 15 16 + _ "net/http/pprof" 17 + 16 18 _ "github.com/joho/godotenv/autoload" 17 19 _ "go.uber.org/automaxprocs" 18 - _ "net/http/pprof" 19 20 20 21 "github.com/bluesky-social/indigo/atproto/identity" 21 22 "github.com/bluesky-social/indigo/cmd/relay/relay" ··· 135 136 Usage: "when messages fail atproto 'Sync 1.1' validation, just log, don't drop", 136 137 Sources: cli.EnvVars("RELAY_LENIENT_SYNC_VALIDATION"), 137 138 }, 138 - &cli.IntFlag{ 139 + &cli.Int64Flag{ 139 140 Name: "initial-seq-number", 140 141 Usage: "when initializing output firehose, start with this sequence number", 141 142 Value: 1,