Skip to content

Commit

Permalink
Merge pull request #3128 from DevinR528/direct-examp-fix
Browse files Browse the repository at this point in the history
Fix user ID examples in direct_to_device schema
  • Loading branch information
turt2live authored and richvdh committed Aug 27, 2021
2 parents a855ed3 + 5e21148 commit eb73370
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelogs/server_server/newsfragments/3128.clarification
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix various typos throughout the specification.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ allOf:
sender:
type: string
description: User ID of the sender.
example: "john@example.com"
example: "@john:example.com"
type:
type: string
description: Event type for the message.
Expand All @@ -59,7 +59,7 @@ allOf:
title: Device Message Contents
properties: {}
example: {
"alice@example.org": {
"@alice:example.org": {
"IWHQUZUIAH": {
"algorithm": "m.megolm.v1.aes-sha2",
"room_id": "!Cuyf34gef24t:localhost",
Expand Down

0 comments on commit eb73370

Please sign in to comment.