diff --git a/libretroshare/src/gxs/rsgxsnetservice.cc b/libretroshare/src/gxs/rsgxsnetservice.cc index 619d6e691..af175d672 100644 --- a/libretroshare/src/gxs/rsgxsnetservice.cc +++ b/libretroshare/src/gxs/rsgxsnetservice.cc @@ -2749,6 +2749,8 @@ void RsGxsNetService::locked_stampPeerGroupUpdateTime(const RsPeerId& pid,const { pitem = new RsGxsMsgUpdateItem(mServType) ; pitem->peerId = pid ; + + mClientMsgUpdateMap[pid] = pitem ; } else pitem = it->second ;