Adjusted for mastodon.

This commit is contained in:
Martin Dosch 2019-02-01 14:39:25 +01:00
parent b3519b09ab
commit 52303d3d30
2 changed files with 2 additions and 2 deletions

View file

@ -116,7 +116,7 @@ func main() {
Password: config.Password, Password: config.Password,
NoTLS: true, NoTLS: true,
StartTLS: true, StartTLS: true,
Debug: false, Debug: true,
} }
// Connect to server. // Connect to server.

View file

@ -205,7 +205,7 @@ func getArticles(feedURL string, max int, noExcerpt bool) (string, error) {
return "", err return "", err
} }
output = output + "Kuketz-Blog: " + mastodonContent + "\n\n" + cleanURL output = output + mastodonContent + "\n\n" + cleanURL
if i > 0 { if i > 0 {
output = output + "\n\n---\n\n" output = output + "\n\n---\n\n"