Remove exception catchall in omemo plugin as it's now handled in plugin_e2ee
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
cd3f2a197b
commit
0e27485c36
1 changed files with 0 additions and 5 deletions
|
@ -155,10 +155,5 @@ class Plugin(E2EEPlugin):
|
|||
'An error occured while fetching information on a recipient.\n%r' % exn,
|
||||
)
|
||||
return None
|
||||
except Exception as exn:
|
||||
self.display_error(
|
||||
'An error occured while attempting to encrypt.\n%r' % exn,
|
||||
)
|
||||
raise
|
||||
|
||||
return None
|
||||
|
|
Loading…
Reference in a new issue