Use /omemo fingerprint to show contact fingerprints

Don't print fingerprints when they are received
This commit is contained in:
Paul Fariello
2019-03-25 18:30:46 +01:40
parent 2fd2ca208c
commit 3d8f47a724
5 changed files with 96 additions and 32 deletions

View File

@@ -2153,6 +2153,11 @@ _omemo_autocomplete(ProfWin *window, const char *const input, gboolean previous)
}
}
found = autocomplete_param_with_func(input, "/omemo fingerprint", roster_contact_autocomplete, previous);
if (found) {
return found;
}
found = autocomplete_param_with_ac(input, "/omemo log", omemo_log_ac, TRUE, previous);
if (found) {
return found;