From 06962a6f4bc3aaf2e62ab8893629348f1c2bab48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Fri, 1 May 2020 18:54:17 +0200 Subject: Fix #3518: Add no-store hint to CSN MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- poezio/tabs/basetabs.py | 1 + 1 file changed, 1 insertion(+) (limited to 'poezio/tabs') diff --git a/poezio/tabs/basetabs.py b/poezio/tabs/basetabs.py index 706172ed..9026e8be 100644 --- a/poezio/tabs/basetabs.py +++ b/poezio/tabs/basetabs.py @@ -697,6 +697,7 @@ class ChatTab(Tab): msg['type'] = self.message_type msg['chat_state'] = state self.chat_state = state + msg['no-store'] = True msg.send() return True -- cgit v1.2.3