Merge pull request #1694 from csoler/v0.6-ImprovedGUI

added notification when distant chat has undelivered messages. Update…
This commit is contained in:
csoler 2019-11-03 20:50:19 +01:00 committed by GitHub
commit 36441c16dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 124 additions and 53 deletions

View file

@ -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