mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01: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":
|
"m.read":
|
||||||
type: object
|
type: object
|
||||||
description: Read receipts for users in the room.
|
description: Read receipts for users in the room.
|
||||||
|
additionalProperties:
|
||||||
|
type: object
|
||||||
title: User Read Receipt
|
title: User Read Receipt
|
||||||
properties:
|
properties:
|
||||||
event_ids:
|
event_ids:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue