Add TODO in plugin_e2ee _decrypt

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-12-30 05:39:08 +01:00
parent fa063ddd57
commit 28be8ab0cd
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -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