https://bugzilla.wikimedia.org/show_bug.cgi?id=70078
Jon <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|easy | --- Comment #3 from Jon <[email protected]> --- Bahodir did some investigation into this. Here's what he discovered: "My findings so far: 1. You can only watch a non-existent page in the destop version of the site. If you try to do so in the mobile version, your change to watch the page doesn't stick. Try refreshing the page and you'll see the watch start is white again. 2. The API returns missing pages with ID of 0 and no 'watched' property, which prevents us from knowing if a page has been watched or not. Also it's worth considering what happens if you watch 2 non-existing pages." Essentially the problem we have is we use id's to control watching an article but this doesn't work for new pages which have no id. We will need to rethink this code... -- 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
