https://bugzilla.wikimedia.org/show_bug.cgi?id=14843
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Blocks|16599 | Summary|IRC rc bot should send an |RCFeed: Send boolean flag |'R' flag if the page is a |indicating that target page |redirect |is a redirect --- Comment #6 from Krinkle <[email protected]> --- The IRC RC Feed is no longer in active development (considered frozen for backwards compatibility). It is superseded by the JSON RC Feed. It seems valuable to have a 'redirect' flag there. There is currently no 'redirect' flag in the RecentChange object itself, however we do construct such a property in the RecentChanges API query module[1]. Seems interesting to consider adding that to RCFeedFormatter[2] as well. [1] https://github.com/wikimedia/mediawiki-core/blob/77f9979e9/includes/api/ApiQueryRecentChanges.php#L511-L514 [2] https://github.com/wikimedia/mediawiki-core/blob/77f9979e9b6/includes/rcfeed/MachineReadableRCFeedFormatter.php#L40 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
