Skip to content
Snippets Groups Projects
Commit c64f69a1 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

correctly show nickname when we restore previous conversation lines with...

correctly show nickname when we restore previous conversation lines with chat_merge_consecutive_nickname enabled. Fixes #7534
parent 812e8c33
No related branches found
No related tags found
No related merge requests found
......@@ -3023,6 +3023,7 @@ class ChatControl(ChatControlBase):
'remove it (all history will be lost).') % common.logger.LOG_DB_PATH)
rows = []
local_old_kind = None
self.conv_textview.just_cleared = True
for row in rows: # row[0] time, row[1] has kind, row[2] the message
if not row[2]: # message is empty, we don't print it
continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment