1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-19 05:26:35 +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

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 */