Add note about xep0454 to /sendfile
Some checks failed
CI / Linux (ubuntu) (push) Successful in 6m22s
CI / Linux (debian) (push) Successful in 6m31s
CI / Linux (fedora) (push) Successful in 9m0s
CI / Check spelling (push) Successful in 1m38s
CI / Linux (arch) (push) Failing after 1m3s
CI / Check coding style (push) Failing after 2m0s
Some checks failed
CI / Linux (ubuntu) (push) Successful in 6m22s
CI / Linux (debian) (push) Successful in 6m31s
CI / Linux (fedora) (push) Successful in 9m0s
CI / Check spelling (push) Successful in 1m38s
CI / Linux (arch) (push) Failing after 1m3s
CI / Check coding style (push) Failing after 2m0s
Fix https://github.com/profanity-im/profanity/issues/2040
This commit is contained in:
@@ -841,7 +841,8 @@ static const struct cmd_t command_defs[] = {
|
||||
CMD_SYN(
|
||||
"/sendfile <file>")
|
||||
CMD_DESC(
|
||||
"Send a file using XEP-0363 HTTP file transfer.")
|
||||
"Send a file using XEP-0363 HTTP file transfer. "
|
||||
"If you are in an OMEMO session then the file will be encrypted (XEP-0454) as well.")
|
||||
CMD_ARGS(
|
||||
{ "<file>", "Path to the file." })
|
||||
CMD_EXAMPLES(
|
||||
|
||||
Reference in New Issue
Block a user