mirror of
https://gitlab.com/niansa/qcommsy.git
synced 2025-03-06 20:53:33 +01:00
Fixed room loading for small rooms
This commit is contained in:
parent
c56be2137f
commit
c3d595f68b
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue