Merge branch 'pr/olm_missing_category'

This commit is contained in:
Damir Jelić 2020-05-10 10:19:51 +02:00
commit 196e66f74a

View file

@ -591,7 +591,7 @@ def olm_info_command(server, args):
olm = server.client.olm olm = server.client.olm
if args.category == "private": if not hasattr(args, 'category') or args.category == "private":
fp_key = partition_key(olm.account.identity_keys["ed25519"]) fp_key = partition_key(olm.account.identity_keys["ed25519"])
message = ("Identity keys:\n" message = ("Identity keys:\n"
" - User: {user_color}{user}{ncolor}\n" " - User: {user_color}{user}{ncolor}\n"