plugin_e2ee: log JID when no FPs can be found
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
48101a5b82
commit
0391057163
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue