about summary refs log tree commit diff stats
path: root/src/command/cmd_defs.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2022-05-30 18:04:36 +0200
committerMichael Vetter <jubalh@iodoru.org>2022-05-30 18:04:36 +0200
commitcf83976b51dd103a17b75dd77f326f64166199bc (patch)
treec4307d8ba27a81e3319ca87df7282cfed42342f4 /src/command/cmd_defs.c
parent010ed78b32a501395476ec98cab5cdff4c32fb12 (diff)
downloadprofani-tty-cf83976b51dd103a17b75dd77f326f64166199bc.tar.gz
Add basic qrcode functions
Diffstat (limited to 'src/command/cmd_defs.c')
-rw-r--r--src/command/cmd_defs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index 57d90226..ac226544 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -2312,7 +2312,8 @@ static struct cmd_t command_defs[] = {
             { "fingerprint", cmd_omemo_fingerprint },
             { "char", cmd_omemo_char },
             { "policy", cmd_omemo_policy },
-            { "clear_device_list", cmd_omemo_clear_device_list })
+            { "clear_device_list", cmd_omemo_clear_device_list },
+            { "qrcode", cmd_omemo_qrcode })
         CMD_NOMAINFUNC
         CMD_TAGS(
             CMD_TAG_CHAT,