From 81bde08e3777942ef386382689ee6408bcb6279f Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 11 Jan 2020 16:26:52 -0500 Subject: [PATCH] re-enable blog posse --- cmd/mi/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/mi/main.go b/cmd/mi/main.go index aec9473..6987c2f 100644 --- a/cmd/mi/main.go +++ b/cmd/mi/main.go @@ -104,7 +104,7 @@ func main() { go mi.StreamMastodon(ctx) go mi.StreamReddit(ctx) go mi.StreamMastodonToTwitter(ctx) - //go mi.BlogPOSSE(ctx) + go mi.BlogPOSSE(ctx) h := &http.Server{ Addr: ":" + *port,