Allow forcing of bot flag to false#94
Conversation
…up in recent changes and watchlists
|
Also shouldn't we bump the gem version, at least for my other recent PR that merged in? |
|
I don't understand this change at all? Going forward, please submit tests along with any changes you make to demonstrate that they actually do something. |
|
Sorry, allow me to explain. First off With this change it will see Writing tests is my weakness... but I shall try! |
The default settings for recent changes and watchlists usually hides bot edits, however sometimes bots may want to show up in these feeds but still retain the bot flag for other API operations (so as to not hit throttle limits, etc). Here we check if
options[:bot] != falsemeaning it was explicitly passed in as false, as opposed tonil