diff --git a/libcommsy.cpp b/libcommsy.cpp index 98ec5fb..9618493 100644 --- a/libcommsy.cpp +++ b/libcommsy.cpp @@ -356,7 +356,7 @@ libCommsy::libCommsy(const std::string& _server_url, const std::string& _server_ while (1) { // Check connection and download feed try { - statuscode = curlreq(httpcontent, server_sid, server_url + "/room/" + room + "/feed/10/date?lastId=" + lastID); + statuscode = curlreq(httpcontent, server_sid, server_url + "/room/" + room + "/feed/0/date?lastId=" + lastID); } catch (std::exception&) { throw connectionFailError(); }