summaryrefslogtreecommitdiff
path: root/poezio/core
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/core')
-rw-r--r--poezio/core/handlers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/core/handlers.py b/poezio/core/handlers.py
index c17f3761..7edf060b 100644
--- a/poezio/core/handlers.py
+++ b/poezio/core/handlers.py
@@ -801,7 +801,7 @@ class HandlerCore:
jid=message['from'],
typ=1)
if sent:
- tab.last_sent_message = msg
+ tab.last_sent_message = message
else:
tab.last_remote_message = datetime.now()