From cc02006fd2bb62b833e657ba3ca46a12a1886d4b Mon Sep 17 00:00:00 2001 From: Jonathan Golder Date: Tue, 22 Aug 2017 21:51:57 +0200 Subject: [PATCH] Do not exclude redirects from beeing marked In accordance with Zulu55 redirect discussion pages should also get a notice, therefore do not exclude redirects. Related Task: [FS#140](https://fs.golderweb.de/index.php?do=details&task_id=140) --- bots/markpages.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bots/markpages.py b/bots/markpages.py index ffef940..d47b5c1 100644 --- a/bots/markpages.py +++ b/bots/markpages.py @@ -131,7 +131,6 @@ class MarkPagesBot( CurrentPageBot ): # sets 'current_page' on each treat() for talkpage in pagegenerators.PageWithTalkPageGenerator( redfam.article_generator( filter_existing=True, - filter_redirects=True, exclude_article_status=["marked"] ), return_talk_only=True ):