From 45d12b90928fb80dcdba8d4328e254827cb6cc80 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 25 Aug 2019 23:00:49 +0200 Subject: Fix private tabs - receipts - receiving messages - showing our sent messages --- poezio/core/handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/core') 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() -- cgit v1.2.3