mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-29 08:37:36 -04:00
fixed small bug causing read/unread and new msgs to not update immediately
This commit is contained in:
parent
a8f94f9d74
commit
54f8ef1ffe
5 changed files with 7 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue