diff --git a/feed-to-muc.go b/feed-to-muc.go index 18e8e77..fe08902 100644 --- a/feed-to-muc.go +++ b/feed-to-muc.go @@ -116,7 +116,7 @@ func main() { Password: config.Password, NoTLS: true, StartTLS: true, - Debug: false, + Debug: true, } // Connect to server. diff --git a/getarticles.go b/getarticles.go index 5fc924d..d41987f 100644 --- a/getarticles.go +++ b/getarticles.go @@ -205,7 +205,7 @@ func getArticles(feedURL string, max int, noExcerpt bool) (string, error) { return "", err } - output = output + "Kuketz-Blog: " + mastodonContent + "\n\n" + cleanURL + output = output + mastodonContent + "\n\n" + cleanURL if i > 0 { output = output + "\n\n---\n\n"