Skip to content

Commit

Permalink
Put a shameful todo
Browse files Browse the repository at this point in the history
  • Loading branch information
gjedeer committed Mar 24, 2018
1 parent 74a5c4a commit 64277a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client.c
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,9 @@ int do_client_loop(uint8_t *tox_id_str)

fds = client_master_fdset;

/* Check friend connection status changes */
/* TODO: learned about tox_friend_connection_status_cb after writing this... */
/* TODO: also check friend status tox_callback_friend_status */
if(time(NULL) - last_friend_connection_status_received > 15)
{
TOX_CONNECTION friend_connection_status;
Expand Down

0 comments on commit 64277a0

Please sign in to comment.