degesch: fix join/part hiding in the backlog

This commit is contained in:
Přemysl Eric Janouch 2016-10-30 16:24:23 +01:00
parent 7c6cf42075
commit b24bb0aded
Signed by: p
GPG Key ID: B715679E3A361BE6
1 changed files with 2 additions and 1 deletions

View File

@ -12511,7 +12511,8 @@ display_backlog (struct app_context *ctx, int flush_opts)
if (until_marker-- == 0
&& buffer->new_messages_count != buffer->lines_count)
buffer_print_read_marker (ctx, backlog, flush_opts);
buffer_line_write_to_backlog (ctx, line, backlog, flush_opts);
if (buffer_line_will_show_up (buffer, line))
buffer_line_write_to_backlog (ctx, line, backlog, flush_opts);
}
// So that it is obvious if the last line in the buffer is not from today