mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-27 02:56:30 -05:00
Merge pull request #1694 from csoler/v0.6-ImprovedGUI
added notification when distant chat has undelivered messages. Update…
This commit is contained in:
commit
36441c16dc
6 changed files with 124 additions and 53 deletions
|
|
@ -343,10 +343,13 @@ struct RsMailStatusEvent : RsEvent
|
|||
|
||||
struct DistantChatPeerInfo
|
||||
{
|
||||
DistantChatPeerInfo() : status(0),pending_items(0) {}
|
||||
|
||||
RsGxsId to_id ;
|
||||
RsGxsId own_id ;
|
||||
DistantChatPeerId peer_id ; // this is the tunnel id actually
|
||||
uint32_t status ; // see the values in rsmsgs.h
|
||||
uint32_t status ; // see the values in rsmsgs.h
|
||||
uint32_t pending_items; // items not sent, waiting for a tunnel
|
||||
};
|
||||
|
||||
// Identifier for an chat endpoint like
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue