Skip to content

Commit

Permalink
Further clarify spoiler fallback docs
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Oct 27, 2022
1 parent 1bd59c9 commit c24fb1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/client-server-api/modules/instant_messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@ If a reason were to be supplied, it would look like:
```

When sending a spoiler, clients SHOULD provide the fallback in the `body` as shown above
(including the reason). The fallback SHOULD omit the spoiler text verbatim since `body`
might show up in text-only clients or in notifications. To prevent spoilers showing up in
(including the reason). The fallback SHOULD NOT include the text containing spoilers since
`body` might show up in text-only clients or in notifications. To prevent spoilers showing up in
such situations, clients are strongly encouraged to first upload the text containing spoilers
to the media repository, then reference the MXC URI in a markdown-style link, as shown above.

Expand Down

0 comments on commit c24fb1d

Please sign in to comment.