Add OMEMO in prefs command

This commit is contained in:
Paul Fariello
2019-04-01 13:53:29 +02:00
parent 65b3f82c5f
commit e7be3a605b
6 changed files with 34 additions and 2 deletions

View File

@@ -1679,6 +1679,10 @@ cmd_prefs(ProfWin *window, const char *const command, gchar **args)
cons_show("");
cons_show_pgp_prefs();
cons_show("");
} else if (strcmp(args[0], "omemo") == 0) {
cons_show("");
cons_show_omemo_prefs();
cons_show("");
} else {
cons_bad_cmd_usage(command);
}