mirror of
https://github.com/RetroShare/RetroShare.git
synced 2026-01-07 03:25:46 -05:00
libresapi: added chat/receive_status
usage: $ curl http://<host:port>/localhost:8080/api/v2/chat/receive_status/<chat_id>
This commit is contained in:
parent
fc5f8c3b8c
commit
2ab755bb5c
4 changed files with 121 additions and 99 deletions
|
|
@ -62,6 +62,7 @@ bool GxsResponseTask::doWork(Request &req, Response &resp)
|
|||
{
|
||||
more = false; // pause when an id failed, to give the service time tim fetch the data
|
||||
ready = false;
|
||||
// TODO: remove identities which failed many times from list, to avoid blocking when ids fail
|
||||
}
|
||||
}
|
||||
if(!ready)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue