omemo: Ensure session_start is published
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
1be00f5e20
commit
fa3c96a602
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ class Plugin(E2EEPlugin):
|
|||
except (PluginCouldNotLoad,):
|
||||
log.exception('And error occured when loading the omemo plugin.')
|
||||
|
||||
self.core.xmpp['xep_0384'].session_start(self.core.xmpp.boundjid)
|
||||
|
||||
def display_error(self, txt) -> None:
|
||||
self.api.information(txt, 'Error')
|
||||
|
|
Loading…
Reference in a new issue