summaryrefslogtreecommitdiff
path: root/poezio/core/handlers.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2019-08-25 23:00:49 +0200
committermathieui <mathieui@mathieui.net>2019-08-25 23:00:49 +0200
commit45d12b90928fb80dcdba8d4328e254827cb6cc80 (patch)
tree395e52ee3a4101932126ab96a2eea6c466695487 /poezio/core/handlers.py
parenta157a21c87446cd99021e94ebda050d7de94455c (diff)
downloadpoezio-45d12b90928fb80dcdba8d4328e254827cb6cc80.tar.gz
poezio-45d12b90928fb80dcdba8d4328e254827cb6cc80.tar.bz2
poezio-45d12b90928fb80dcdba8d4328e254827cb6cc80.tar.xz
poezio-45d12b90928fb80dcdba8d4328e254827cb6cc80.zip
Fix private tabs
- receipts - receiving messages - showing our sent messages
Diffstat (limited to 'poezio/core/handlers.py')
-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()