From 1e0509ca67eab633d612f7528bbc304bbde01684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Thu, 16 Jul 2020 10:52:56 +0200 Subject: core/handlers: revert change in normal_message handler MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- poezio/core/handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poezio/core/handlers.py b/poezio/core/handlers.py index 7d46cdd0..da38c8e4 100644 --- a/poezio/core/handlers.py +++ b/poezio/core/handlers.py @@ -427,7 +427,7 @@ class HandlerCore: time=date, nickname=remote_nick, nick_color=color, - history=is_history, + history=delayed, identifier=message['id'], jid=jid, ), -- cgit v1.2.3