mirror of
https://salsa.debian.org/mdosch/feed-to-muc.git
synced 2024-11-13 01:36:49 +01:00
Adjusted for mastodon.
This commit is contained in:
parent
b3519b09ab
commit
52303d3d30
2 changed files with 2 additions and 2 deletions
|
@ -116,7 +116,7 @@ func main() {
|
|||
Password: config.Password,
|
||||
NoTLS: true,
|
||||
StartTLS: true,
|
||||
Debug: false,
|
||||
Debug: true,
|
||||
}
|
||||
|
||||
// Connect to server.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue