mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-04 23:46:44 +02:00
implement data file encryption
This commit is contained in:
@ -999,7 +999,6 @@ static void friendlist_onAv(ToxWindow *self, ToxAv *av, int call_index)
|
||||
{
|
||||
int id = toxav_get_peer_id(av, call_index, 0);
|
||||
|
||||
/*id++;*/
|
||||
if ( id != ErrorInternal && id >= Friends.max_idx)
|
||||
return;
|
||||
|
||||
|
Reference in New Issue
Block a user