From 28be8ab0cdd8939f5aed05a4d9688a9f62afc910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Mon, 30 Dec 2019 05:39:08 +0100 Subject: Add TODO in plugin_e2ee _decrypt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- poezio/plugin_e2ee.py | 1 + 1 file changed, 1 insertion(+) (limited to 'poezio') diff --git a/poezio/plugin_e2ee.py b/poezio/plugin_e2ee.py index d4b26d46..2104a628 100644 --- a/poezio/plugin_e2ee.py +++ b/poezio/plugin_e2ee.py @@ -353,6 +353,7 @@ class E2EEPlugin(BasePlugin): if not has_eme and self.encrypted_tags is not None: for (namespace, tag) in self.encrypted_tags: if message.xml.find('{%s}%s' % (namespace, tag)) is not None: + # TODO: count all encrypted tags. has_encrypted_tag = True break -- cgit v1.2.3