fixed small bug causing read/unread and new msgs to not update immediately

This commit is contained in:
csoler 2020-04-12 23:07:42 +02:00
parent a8f94f9d74
commit 54f8ef1ffe
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
5 changed files with 7 additions and 8 deletions

View file

@ -123,7 +123,7 @@ public:
void requestGroupStatistic(uint32_t& token, const RsGxsGroupId& grpId, const RsTokReqOptions &opts) override;
/* Poll */
GxsRequestStatus requestStatus(const uint32_t token);
GxsRequestStatus requestStatus(uint32_t token);
/* Cancel Request */
bool cancelRequest(const uint32_t &token);