Merge branch 'pr/olm_missing_category'
This commit is contained in:
commit
196e66f74a
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue