mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
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:
parent
4a80df364a
commit
1d35e7aac6
|
|
@ -0,0 +1 @@
|
|||
Make clearer in the example for reply fallbacks that the prefix sequence should be repeated for each line.
|
||||
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue