Mark inbox messages as read via API #368

Closed
DivineOmega wants to merge 1 commits from api_set_read_status into master
DivineOmega commented 2013-08-03 00:06:46 +02:00 (Migrated from github.com)

A new 'setRead' method allows you to mark an inbox message as read via the API.

A new 'setRead' method allows you to mark an inbox message as read via the API.
Atheros1 commented 2013-09-03 06:22:34 +02:00 (Migrated from github.com)

I've added this functionality to getInboxMessageByID.

I've added this functionality to getInboxMessageByID.
ralyodio commented 2013-09-03 07:32:46 +02:00 (Migrated from github.com)

I just tried setting read state to 1 via getInboxMessageById(id, 1); and it doesn't seem to work when I call getAllInboxMessages. I don't see the messages state changing from 0 to 1.

I just tried setting read state to 1 via getInboxMessageById(id, 1); and it doesn't seem to work when I call getAllInboxMessages. I don't see the messages state changing from 0 to 1.
ralyodio commented 2013-09-03 07:38:55 +02:00 (Migrated from github.com)

nevermind, I had to send boolean (true/false) in javascript, Not 1 or 0.

nevermind, I had to send boolean (true/false) in javascript, Not 1 or 0.
This repo is archived. You cannot comment on pull requests.
No description provided.