Skip to content

Commit 87ea880

Browse files
turt2liverichvdh
authored andcommitted
Merge pull request #3128 from DevinR528/direct-examp-fix
Fix user ID examples in direct_to_device schema
2 parents e5fd40d + 90cccfe commit 87ea880

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix various typos throughout the specification.

data/api/server-server/definitions/event-schemas/m.direct_to_device.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ allOf:
3535
sender:
3636
type: string
3737
description: User ID of the sender.
38-
example: "john@example.com"
38+
example: "@john:example.com"
3939
type:
4040
type: string
4141
description: Event type for the message.
@@ -59,7 +59,7 @@ allOf:
5959
title: Device Message Contents
6060
properties: {}
6161
example: {
62-
"alice@example.org": {
62+
"@alice:example.org": {
6363
"IWHQUZUIAH": {
6464
"algorithm": "m.megolm.v1.aes-sha2",
6565
"room_id": "!Cuyf34gef24t:localhost",

0 commit comments

Comments
 (0)