Add some more docstrings
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
014fab7b27
commit
d2bbb2c2bc
1 changed files with 2 additions and 0 deletions
|
@ -83,9 +83,11 @@ class Plugin(E2EEPlugin):
|
|||
)
|
||||
|
||||
def display_error(self, txt) -> None:
|
||||
"""Poezio logger Helper"""
|
||||
self.api.information(txt, 'Error')
|
||||
|
||||
def get_fingerprints(self, jid: JID) -> List[str]:
|
||||
"""Return fingerprints for the provided JID"""
|
||||
devices = self.core.xmpp['xep_0384'].get_trust_for_jid(jid)
|
||||
|
||||
# XXX: What to do with did -> None entries?
|
||||
|
|
Loading…
Reference in a new issue