From e5398e68e97b56f1c1daa8fe104208862c66900f Mon Sep 17 00:00:00 2001 From: mathieui Date: Fri, 16 Apr 2021 19:25:57 +0200 Subject: fix: correction time in one to one tabs (fix #3532) --- poezio/core/handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/core/handlers.py') diff --git a/poezio/core/handlers.py b/poezio/core/handlers.py index e6fbee05..a8226541 100644 --- a/poezio/core/handlers.py +++ b/poezio/core/handlers.py @@ -414,7 +414,7 @@ class HandlerCore: body, replaced_id, message['id'], - time=None, + time=date, jid=jid, nickname=remote_nick) return True -- cgit v1.2.3