mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-01 04:46:47 -05:00
fixed bug causing distant chat preference contacts/nobody/everybody to be ignored
This commit is contained in:
parent
2233af4702
commit
07abdeeceb
4 changed files with 11 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue