https://bugzilla.wikimedia.org/show_bug.cgi?id=62908
--- Comment #1 from Brad Jorsch <[email protected]> --- (In reply to Bawolff (Brian Wolff) from comment #0) > Perhaps something to do with the dummy edit being hidden from RC (?) That is very likely the case: OAuth uses the RecentChange_save hook to tag things (see MWOAuthAPISetup::onRecentChange_save), so if that hook doesn't get called for the dummy edit then OAuth won't tag it. The next step here would be to identify (or add) a hook that is called when these dummy edits are created but not saved as recent changes, so we can hook that too. I'm not terribly familiar with the uploading code path, so if you are and can point to where the dummy edit gets created that would be helpful. Otherwise I'll try to remember to track it down later.[1] [1]: (although what'll probably happen then is that I'll forget until Andre pings us in a few months asking if there's any progress) -- 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
