Skip to content

Commit 53bbf53

Browse files
DevinR528richvdh
authored andcommitted
Fix user ID examples in direct_to_device schema
1 parent e5fd40d commit 53bbf53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)