1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-03 12:16:44 +02:00

Show peer join/part messages in conferences

Also a couple trivial fixes
This commit is contained in:
jfreegman
2020-11-30 12:06:13 -05:00
parent 3f1b7cdd26
commit 4330bf5867
4 changed files with 49 additions and 17 deletions

View File

@ -54,7 +54,7 @@ void line_info_reset_start(ToxWindow *self, struct history *hst)
{
struct line_info *line = hst->line_end;
if (line->prev == NULL) {
if (line == NULL || line->prev == NULL) {
return;
}