add no_tags_in_toot configuration parameter to remove hashtags from toot
This commit is contained in:
parent
86ca0f14b6
commit
b7430f3b10
5 changed files with 56 additions and 9 deletions
|
@ -116,7 +116,7 @@ class Main:
|
|||
fe = FilterEntry(elements, entry, options, feed['patterns'], feed['rssobject'], feed['feedname'])
|
||||
entrytosend = fe.finalentry
|
||||
if entrytosend:
|
||||
finaltweet = build_message(entrytosend, tweetformat, rss, options['tootmaxlen'])
|
||||
finaltweet = build_message(entrytosend, tweetformat, rss, options['tootmaxlen'], options['notagsintoot'])
|
||||
if clioptions.dryrun:
|
||||
send_message_dry_run(config, entrytosend, finaltweet)
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue