We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f767b4 commit 5385cc2Copy full SHA for 5385cc2
src/command/cmd_defs.c
@@ -841,7 +841,8 @@ static const struct cmd_t command_defs[] = {
841
CMD_SYN(
842
"/sendfile <file>")
843
CMD_DESC(
844
- "Send a file using XEP-0363 HTTP file transfer.")
+ "Send a file using XEP-0363 HTTP file transfer. "
845
+ "If you are in an OMEMO session then the file will be encrypted (XEP-0454) as well.")
846
CMD_ARGS(
847
{ "<file>", "Path to the file." })
848
CMD_EXAMPLES(
0 commit comments