Skip to content

Commit

Permalink
Typo: event layering
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Dec 5, 2023
1 parent a707fc1 commit 2312620
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions proposals/3381-polls.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,17 +143,17 @@ To close a poll, a user sends an `m.poll.end` event into the room. An example be
"rel_type": "m.reference",
"event_id": "$poll_start_event_id"
},
},
"m.text": [{
// Simple text is used as a fallback for text-only clients which don't understand polls. Specific formatting is
// not specified, however something like the following is likely best.
"body": "The poll has closed. Top answer: Poutine 🍟"
}],
"m.poll.results": { // optional
"pizza": 5,
"poutine": 8,
"italian": 7,
"wings": 6
"m.text": [{
// Simple text is used as a fallback for text-only clients which don't understand polls. Specific formatting is
// not specified, however something like the following is likely best.
"body": "The poll has closed. Top answer: Poutine 🍟"
}],
"m.poll.results": { // optional
"pizza": 5,
"poutine": 8,
"italian": 7,
"wings": 6
}
}
}
```
Expand Down

0 comments on commit 2312620

Please sign in to comment.