From 76dca81738319995ba84da59e6354e59c8f56541 Mon Sep 17 00:00:00 2001 From: mathieui Date: Wed, 14 Apr 2021 00:25:43 +0200 Subject: fix: corrections in 1to1 tabs --- poezio/core/handlers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/poezio/core/handlers.py b/poezio/core/handlers.py index 980c5822..e6fbee05 100644 --- a/poezio/core/handlers.py +++ b/poezio/core/handlers.py @@ -414,6 +414,7 @@ class HandlerCore: body, replaced_id, message['id'], + time=None, jid=jid, nickname=remote_nick) return True -- cgit v1.2.3