diff options
author | mathieui <mathieui@mathieui.net> | 2021-04-14 00:25:43 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2021-04-14 00:25:43 +0200 |
commit | 76dca81738319995ba84da59e6354e59c8f56541 (patch) | |
tree | 6abcd949d315ec6d1103c3879bea6bac9eb96660 | |
parent | f44eb7a2d12e1855678ec5de1bbbbccd25ba2a4b (diff) | |
download | poezio-76dca81738319995ba84da59e6354e59c8f56541.tar.gz poezio-76dca81738319995ba84da59e6354e59c8f56541.tar.bz2 poezio-76dca81738319995ba84da59e6354e59c8f56541.tar.xz poezio-76dca81738319995ba84da59e6354e59c8f56541.zip |
fix: corrections in 1to1 tabs
-rw-r--r-- | poezio/core/handlers.py | 1 |
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 |