summaryrefslogtreecommitdiff
path: root/poezio/core/handlers.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/core/handlers.py')
-rw-r--r--poezio/core/handlers.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/poezio/core/handlers.py b/poezio/core/handlers.py
index cf04d582..aa392d40 100644
--- a/poezio/core/handlers.py
+++ b/poezio/core/handlers.py
@@ -766,6 +766,7 @@ class HandlerCore:
replaced_id,
message['id'],
time=delayed_date,
+ delayed=delayed,
nickname=nick_from,
user=user):
self.core.events.trigger('highlight', message, tab)
@@ -777,7 +778,7 @@ class HandlerCore:
txt=body,
time=date,
nickname=nick_from,
- history=delayed,
+ delayed=delayed,
identifier=message['id'],
jid=message['from'],
user=user,