Re: [Wikitech-l] How to flag new messages as read using api

2014-04-22 Thread Petr Bena
https://bugzilla.wikimedia.org/show_bug.cgi?id=64238 On Mon, Apr 21, 2014 at 3:14 PM, Petr Bena wrote: > The api doesn't work, I made it successfuly update it, but it still > show new messages > > On Mon, Apr 21, 2014 at 3:10 PM, Petr Bena wrote: >> Does it mean it's not possible to do this usin

Re: [Wikitech-l] How to flag new messages as read using api

2014-04-21 Thread Petr Bena
The api doesn't work, I made it successfuly update it, but it still show new messages On Mon, Apr 21, 2014 at 3:10 PM, Petr Bena wrote: > Does it mean it's not possible to do this using api? > > On Mon, Apr 21, 2014 at 3:08 PM, Kevin Israel wrote: >> On 04/21/2014 07:49 AM, Bartosz Dziewoński wr

Re: [Wikitech-l] How to flag new messages as read using api

2014-04-21 Thread Bartosz Dziewoński
On Mon, 21 Apr 2014 15:08:22 +0200, Kevin Israel wrote: Use the action=setnotificationtimestamp API to mark your own talk page as 'visited'. I looked at this a while ago and found that this won't get rid of the orange bar (or its equivalent in the API). And this still seems to be true. Ugh.

Re: [Wikitech-l] How to flag new messages as read using api

2014-04-21 Thread Petr Bena
Does it mean it's not possible to do this using api? On Mon, Apr 21, 2014 at 3:08 PM, Kevin Israel wrote: > On 04/21/2014 07:49 AM, Bartosz Dziewoński wrote: >> On Mon, 21 Apr 2014 13:40:16 +0200, Petr Bena wrote: >> >>> Using api.php?action=query&meta=userinfo&uiprop=rights|hasmsg I get >>> inf

Re: [Wikitech-l] How to flag new messages as read using api

2014-04-21 Thread Kevin Israel
On 04/21/2014 07:49 AM, Bartosz Dziewoński wrote: > On Mon, 21 Apr 2014 13:40:16 +0200, Petr Bena wrote: > >> Using api.php?action=query&meta=userinfo&uiprop=rights|hasmsg I get >> information about new message. >> >> Now I can read it using api, but that doesn't flag the talk page as >> read. Wh

Re: [Wikitech-l] How to flag new messages as read using api

2014-04-21 Thread Petr Bena
One more Which token am I supposed to use of these: edit, delete, protect, move, block, unblock, email,import, watch The documentation say just "use token" but it doesn't say which one On Mon, Apr 21, 2014 at 2:14 PM, Petr Bena wrote: > nvm I found > > On Mon, Apr 21, 2014 at 1:54 PM, Petr Bena

Re: [Wikitech-l] How to flag new messages as read using api

2014-04-21 Thread Petr Bena
nvm I found On Mon, Apr 21, 2014 at 1:54 PM, Petr Bena wrote: > Cool thanks, Is there documentation for it? > > On Mon, Apr 21, 2014 at 1:49 PM, Bartosz Dziewoński > wrote: >> On Mon, 21 Apr 2014 13:40:16 +0200, Petr Bena wrote: >> >>> Using api.php?action=query&meta=userinfo&uiprop=rights|has

Re: [Wikitech-l] How to flag new messages as read using api

2014-04-21 Thread Petr Bena
Cool thanks, Is there documentation for it? On Mon, Apr 21, 2014 at 1:49 PM, Bartosz Dziewoński wrote: > On Mon, 21 Apr 2014 13:40:16 +0200, Petr Bena wrote: > >> Using api.php?action=query&meta=userinfo&uiprop=rights|hasmsg I get >> information about new message. >> >> Now I can read it using a

Re: [Wikitech-l] How to flag new messages as read using api

2014-04-21 Thread Bartosz Dziewoński
On Mon, 21 Apr 2014 13:40:16 +0200, Petr Bena wrote: Using api.php?action=query&meta=userinfo&uiprop=rights|hasmsg I get information about new message. Now I can read it using api, but that doesn't flag the talk page as read. What do I need to do in order to flag it as read other than running

[Wikitech-l] How to flag new messages as read using api

2014-04-21 Thread Petr Bena
Using api.php?action=query&meta=userinfo&uiprop=rights|hasmsg I get information about new message. Now I can read it using api, but that doesn't flag the talk page as read. What do I need to do in order to flag it as read other than running external browser instead of api? ___