this repo has no description
0
fork

Configure Feed

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

make fmt lint (#594)

authored by

bnewbold and committed by
GitHub
01907d73 5e156f74

+2 -2
+1 -1
automod/rules/promo.go
··· 1 1 package rules 2 2 3 3 import ( 4 + "fmt" 4 5 "net/url" 5 6 "strings" 6 7 "time" 7 - "fmt" 8 8 9 9 appbsky "github.com/bluesky-social/indigo/api/bsky" 10 10 "github.com/bluesky-social/indigo/automod"
+1 -1
automod/rules/replies.go
··· 1 1 package rules 2 2 3 3 import ( 4 + "fmt" 4 5 "time" 5 6 "unicode/utf8" 6 - "fmt" 7 7 8 8 appbsky "github.com/bluesky-social/indigo/api/bsky" 9 9 "github.com/bluesky-social/indigo/atproto/syntax"