fixed bug causing distant chat preference contacts/nobody/everybody to be ignored

This commit is contained in:
csoler 2019-03-20 22:34:48 +01:00
parent 2233af4702
commit 07abdeeceb
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
4 changed files with 11 additions and 11 deletions

View file

@ -62,7 +62,7 @@ public:
// Gives feedback about type of data that is allowed in. For security reasons, this always needs to be re-derived (Clients can return true on default)
virtual bool acceptDataFromPeer(const RsGxsId& gxs_id,const RsGxsTunnelId& tunnel_id,bool is_client_side) = 0 ;
virtual bool acceptDataFromPeer(const RsGxsId& gxs_id,const RsGxsTunnelId& tunnel_id,bool am_I_client_side) = 0 ;
};
class GxsTunnelInfo