Make clearer in the example that the fallback prefix sequence should be repeated for each line (#1690)

Signed-off-by: Samuel Loury <konubinixweb@gmail.com>
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
Samuel Loury 2024-01-15 13:35:06 +01:00 committed by GitHub
parent 4a80df364a
commit 1d35e7aac6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1 @@
Make clearer in the example for reply fallbacks that the prefix sequence should be repeated for each line.

View file

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