mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 09:33:01 +01:00
forced end of page is not working out
This commit is contained in:
parent
38909afa89
commit
b46a77f977
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user