re-enable blog posse
This commit is contained in:
parent
11dfbd415a
commit
81bde08e37
|
@ -104,7 +104,7 @@ func main() {
|
||||||
go mi.StreamMastodon(ctx)
|
go mi.StreamMastodon(ctx)
|
||||||
go mi.StreamReddit(ctx)
|
go mi.StreamReddit(ctx)
|
||||||
go mi.StreamMastodonToTwitter(ctx)
|
go mi.StreamMastodonToTwitter(ctx)
|
||||||
//go mi.BlogPOSSE(ctx)
|
go mi.BlogPOSSE(ctx)
|
||||||
|
|
||||||
h := &http.Server{
|
h := &http.Server{
|
||||||
Addr: ":" + *port,
|
Addr: ":" + *port,
|
||||||
|
|
Loading…
Reference in New Issue