re-enable blog posse

This commit is contained in:
Cadey Ratio 2020-01-11 16:26:52 -05:00
parent 11dfbd415a
commit 81bde08e37
1 changed files with 1 additions and 1 deletions

View File

@ -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,