From 1d35e7aac6a56d052b066d8cb35dc981005e896f Mon Sep 17 00:00:00 2001 From: Samuel Loury Date: Mon, 15 Jan 2024 13:35:06 +0100 Subject: [PATCH] Make clearer in the example that the fallback prefix sequence should be repeated for each line (#1690) Signed-off-by: Samuel Loury Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- changelogs/client_server/newsfragments/1690.clarification | 1 + content/client-server-api/modules/rich_replies.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 changelogs/client_server/newsfragments/1690.clarification diff --git a/changelogs/client_server/newsfragments/1690.clarification b/changelogs/client_server/newsfragments/1690.clarification new file mode 100644 index 00000000..02427e33 --- /dev/null +++ b/changelogs/client_server/newsfragments/1690.clarification @@ -0,0 +1 @@ +Make clearer in the example for reply fallbacks that the prefix sequence should be repeated for each line. \ No newline at end of file diff --git a/content/client-server-api/modules/rich_replies.md b/content/client-server-api/modules/rich_replies.md index a0018630..ef07b697 100644 --- a/content/client-server-api/modules/rich_replies.md +++ b/content/client-server-api/modules/rich_replies.md @@ -60,7 +60,8 @@ specific fallback text is different for each `msgtype`, however the general format for the `body` is: ```text -> <@alice:example.org> This is the original body +> <@alice:example.org> This is the first line of the original body +> This is the second line This is where the reply goes ```