Page MenuHomePhabricator

Number of page watchers in pageinfo action is wrong
Closed, InvalidPublic

Description

Number of watchers as appear in page info isn't equal to number of watchers as appear in the API.
It seems that the API gives the true result and the action=info is false.

Sourcenumber of page watchers
https://he.wikipedia.org/w/index.php?title=אבוגידה&action=info&uselang=en0
new mw.Api().get({'action':'query', 'prop':'info', titles: 'אבוגידה', inprop:'watchers' })2

I do have unwatchedpages right in hewiki

Event Timeline

The numbers on action=info are cached for 30 days (or the next edit or the next purge). Do a action=purge and than look at action=info, maybe than the value is correct

Purge doesn't change it, but empty edit does.

I'm OK with closing it as invalid if it is documented somewhere [where? didn't find it in https://www.mediawiki.org/wiki/Page_information ]