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:
Kévin Commaille 2023-09-12 16:18:33 +02:00
parent 838dec272c
commit 469e75dfb6
No known key found for this signature in database
GPG key ID: 29A48C1F03620416

View file

@ -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: