Merge pull request #1283 from uhoreg/fix_event_subtype
improve display of event subtypes
This commit is contained in:
commit
82d2dd4ab0
7 changed files with 53 additions and 22 deletions
|
@ -736,7 +736,7 @@ following error codes are used in addition to those already specified:
|
|||
- `m.mismatched_commitment`: The hash commitment did not match.
|
||||
- `m.mismatched_sas`: The SAS did not match.
|
||||
|
||||
{{% event event="m.key.verification.start$m.sas.v1" %}}
|
||||
{{% event event="m.key.verification.start$m.sas.v1" title="`m.key.verification.start` with `method: m.sas.v1`" %}}
|
||||
|
||||
{{% event event="m.key.verification.accept" %}}
|
||||
|
||||
|
@ -1145,7 +1145,7 @@ base64).
|
|||
|
||||
###### Verification messages specific to QR codes
|
||||
|
||||
{{% event event="m.key.verification.start$m.reciprocate.v1" %}}
|
||||
{{% event event="m.key.verification.start$m.reciprocate.v1" title="`m.key.verification.start` with `method: m.reciprocate.v1`" %}}
|
||||
|
||||
#### Sharing keys between devices
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ room itself such as a room name and topic.
|
|||
|
||||
#### Events
|
||||
|
||||
{{% event event="m.room.message" %}}
|
||||
{{% event event="m.room.message" desired_example_name="m.room.message$m.text" %}}
|
||||
|
||||
{{% event event="m.room.name" %}}
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@ maximum. New connections are being refused by the server. What defines
|
|||
"active" is left as an implementation detail, however servers are
|
||||
encouraged to treat syncing users as "active".
|
||||
|
||||
{{% event event="m.room.message$m.server_notice" %}}
|
||||
{{% event event="m.room.message$m.server_notice" title="`m.room.message` with `msgtype: m.server_notice`" %}}
|
||||
|
||||
#### Client behaviour
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue