Page MenuHomePhabricator

Add Action API action for watchlist Enotif reset
Closed, InvalidPublic

Description

Special:Watchlist includes support for "resetting" the Enotif status of all pages on your watchlist. It would be nice if this same functionality were available via an Action API action so that watchlist resets could be easily scripted. This would allow a user to work around missing features like T129710: Allow e-mail notifications about changes of watched pages without having to log in and load the entire pages again. and T33928: Enable users to set their preferences to receive watchlist notifications regardless of whether the page has been visited.

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript

Thank you @Umherirrender! I had looked for things mentioning "watchlist" in the api.php help, but did not notice this action. It is exactly what I was wanting, and has more features than I would have added if I was just satisfying the use case I have in mind.