Page MenuHomePhabricator

Remove revert risk filter from Watchlist API query in PersonalDashboard Review Changes
Closed, ResolvedPublic1 Estimated Story Points

Description

In our Watchlist API query (https://test.wikipedia.org/w/api.php?action=query&format=json&list=watchlist&formatversion=2&wlnamespace=0&wllimit=100&wlexcludeuser=Samwalton9%20(WMF)&wlprop=ids%7Ctitle%7Cflags%7Coresscores%7Cparsedcomment%7Cuser%7Csizes%7Ctimestamp%7Ctags&wlshow=!bot%7Crevertrisklanguageagnostic&wltype=edit) we're filtering for revertrisklanguageagnostic, but that wasn't the intention in the original ticket (T419838).

We want any watched-page changes, not just high revert risk ones. We should just remove this filter from the query.

Event Timeline

Scardenasmolinar changed the task status from Open to In Progress.Apr 9 2026, 7:01 PM
Scardenasmolinar claimed this task.
Scardenasmolinar triaged this task as Medium priority.
Scardenasmolinar set the point value for this task to 1.
Scardenasmolinar moved this task from Ready to In Progress on the Moderator-Tools-Team (Kanban) board.

Change #1269591 had a related patch set uploaded (by Scardenasmolinar; author: Scardenasmolinar):

[mediawiki/extensions/PersonalDashboard@master] Remove revertrisk and oresreview from watchlist params

https://gerrit.wikimedia.org/r/1269591

Change #1269591 merged by jenkins-bot:

[mediawiki/extensions/PersonalDashboard@master] Remove revertrisk and oresreview from watchlist params

https://gerrit.wikimedia.org/r/1269591

This looks to be working! I'm seeing non high revert risk watchlist edits in my feed now.