From 191f571bcd2797388ea92d224e5a4ad90d8c25fa Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 4 Aug 2023 08:39:20 +0200 Subject: [PATCH] Fix spaces in /privacy description --- src/command/cmd_defs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index 711c0588..c2544960 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -2720,9 +2720,9 @@ static const struct cmd_t command_defs[] = { "/privacy logging on|redact|off", "/privacy os on|off") CMD_DESC( - "Configure privacy settings." + "Configure privacy settings. " "Also check the the following settings in /account: " - "clientid to set the client identification name" + "clientid to set the client identification name " "session_alarm to configure an alarm when more clients log in.") CMD_ARGS( { "logging on|redact|off", "Switch chat logging. This will also disable logging in the internally used SQL database. Your messages will not be saved anywhere locally. This might have unintended consequences, such as not being able to decrypt OMEMO encrypted messages received later via MAM, and should be used with caution." },