Add TODO in plugin_e2ee _decrypt
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
fa063ddd57
commit
28be8ab0cd
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue