this repo has no description
0
fork

Configure Feed

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

remove profile hydration

+6 -5
+6 -5
cmd/automod/server.go
··· 136 136 Directory: dir, 137 137 Counters: counters, 138 138 //Sets: sets, 139 - Flags: flags, 140 - Cache: cache, 141 - Rules: ruleset, 142 - Notifier: notifier, 143 - BskyClient: &bskyClient, 139 + Flags: flags, 140 + Cache: cache, 141 + Rules: ruleset, 142 + Notifier: notifier, 143 + // TODO: rip out more bskyClient stuff 144 + //BskyClient: &bskyClient, 144 145 OzoneClient: ozoneClient, 145 146 //AdminClient: adminClient, 146 147 //BlobClient: blobClient,