summaryrefslogtreecommitdiff
path: root/poezio
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2021-04-14 00:25:43 +0200
committermathieui <mathieui@mathieui.net>2021-04-14 00:25:43 +0200
commit76dca81738319995ba84da59e6354e59c8f56541 (patch)
tree6abcd949d315ec6d1103c3879bea6bac9eb96660 /poezio
parentf44eb7a2d12e1855678ec5de1bbbbccd25ba2a4b (diff)
downloadpoezio-76dca81738319995ba84da59e6354e59c8f56541.tar.gz
poezio-76dca81738319995ba84da59e6354e59c8f56541.tar.bz2
poezio-76dca81738319995ba84da59e6354e59c8f56541.tar.xz
poezio-76dca81738319995ba84da59e6354e59c8f56541.zip
fix: corrections in 1to1 tabs
Diffstat (limited to 'poezio')
-rw-r--r--poezio/core/handlers.py1
1 files changed, 1 insertions, 0 deletions
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