mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-29 05:44:10 +02:00
Fix schema of m.receipt EDU
It was missing a nesting level for the user ID -> user read receipt map. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
838dec272c
commit
469e75dfb6
|
|
@ -42,6 +42,8 @@ allOf:
|
|||
"m.read":
|
||||
type: object
|
||||
description: Read receipts for users in the room.
|
||||
additionalProperties:
|
||||
type: object
|
||||
title: User Read Receipt
|
||||
properties:
|
||||
event_ids:
|
||||
|
|
|
|||
Loading…
Reference in a new issue