mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
xep-0308: add caution note
We need to change the buffer structure first, so that we save the from field there.
This commit is contained in:
parent
fcfb493dfb
commit
4241917fba
@ -2374,7 +2374,7 @@ static struct cmd_t command_defs[] =
|
||||
"/correction <on>|<off>",
|
||||
"/correction char <char>")
|
||||
CMD_DESC(
|
||||
"Settings regarding Last Message Correction (XEP-0308).")
|
||||
"Settings regarding Last Message Correction (XEP-0308). Caution: We do not yet check the 'from' field. So it could happen that someone else is overwriting the actual message.")
|
||||
CMD_ARGS(
|
||||
{ "on|off", "Enable/Disable support for last message correction."},
|
||||
{ "char", "Set character that will prefix corrected messages. Default: +"})
|
||||
|
Loading…
Reference in New Issue
Block a user