We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5fd40d + 90cccfe commit 87ea880Copy full SHA for 87ea880
changelogs/server_server/newsfragments/3128.clarification
@@ -0,0 +1 @@
1
+Fix various typos throughout the specification.
data/api/server-server/definitions/event-schemas/m.direct_to_device.yaml
@@ -35,7 +35,7 @@ allOf:
35
sender:
36
type: string
37
description: User ID of the sender.
38
- example: "john@example.com"
+ example: "@john:example.com"
39
type:
40
41
description: Event type for the message.
@@ -59,7 +59,7 @@ allOf:
59
title: Device Message Contents
60
properties: {}
61
example: {
62
- "alice@example.org": {
+ "@alice:example.org": {
63
"IWHQUZUIAH": {
64
"algorithm": "m.megolm.v1.aes-sha2",
65
"room_id": "!Cuyf34gef24t:localhost",
0 commit comments