diff options
-rw-r--r-- | poezio/plugin_e2ee.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |