upstream: fix(ui): Fix custom outgoing stamp and fix stamp command help (b0a89530f)

This commit is contained in:
2026-03-31 19:57:34 +03:00
parent b0f4590082
commit c67f716eb9
4 changed files with 10 additions and 9 deletions

View File

@@ -2413,7 +2413,7 @@ static const struct cmd_t command_defs[] = {
"/stamp unset outgoing|incoming")
CMD_DESC("Set chat window stamp. "
"The format of line in the chat window is: \"<timestamp> <encryption sign> <stamp> <message>\" "
"where <stamp> is \"me:\" for incoming messages or \"username@server/resource\" for outgoing messages. "
"where <stamp> is \"me:\" for outgoing messages or \"username@server/resource\" for incoming messages. "
"This command allows to change <stamp> value.")
CMD_ARGS({ "outgoing", "Set outgoing stamp" },
{ "incoming", "Set incoming stamp"},