this repo has no description
0
fork

Configure Feed

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

fakermaker: fix default follower count

+1 -1
+1 -1
cmd/fakermaker/main.go
··· 118 118 &cli.IntFlag{ 119 119 Name: "max-follows", 120 120 Usage: "create up to this many follows for each account", 121 - Value: 100, 121 + Value: 90, 122 122 }, 123 123 &cli.IntFlag{ 124 124 Name: "max-mutes",