plugin_e2ee: log JID when no FPs can be found

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2022-07-03 12:38:14 +02:00
parent 48101a5b82
commit 0391057163
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -299,7 +299,7 @@ class E2EEPlugin(BasePlugin):
) )
else: else:
self.api.information( self.api.information(
'No fingerprints to display', f'{jid}: No fingerprints to display',
'Info', 'Info',
) )