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 ```