1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-29 14:47:46 +02:00

forced end of page is not working out

This commit is contained in:
Jfreegman 2014-10-01 15:01:23 -04:00
parent 38909afa89
commit b46a77f977
No known key found for this signature in database
GPG Key ID: 3627F3144076AE63

View File

@ -258,10 +258,6 @@ static void line_info_check_queue(ToxWindow *self)
++hst->start_id;
}
}
/* force move to bottom of history when we print an outgoing message */
if (line->type == OUT_MSG)
line_info_reset_start(self, hst);
}
#define NOREAD_FLAG_TIMEOUT 5 /* seconds before a sent message with no read receipt is flagged as unread */