diff --git a/src/command_system/implementation/standard.py b/src/command_system/implementation/standard.py index e9fc100f5..ba838eb40 100644 --- a/src/command_system/implementation/standard.py +++ b/src/command_system/implementation/standard.py @@ -100,7 +100,7 @@ class StandardCommonCommands(CommandContainer): raise CommandError(_("Limit must be an integer")) for row in results: - contact, time, kind, show, message, subject = row + contact, time, kind, show, message, subject, log_line_id = row if not contact: if kind == KindConstant.CHAT_MSG_SENT: