From df64983d407f5c1e73672a5b7523dc79ec33371a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Tue, 19 Sep 2023 17:31:31 +0200 Subject: [PATCH] Document user ID key MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- .../server-server/definitions/event-schemas/m.receipt.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/api/server-server/definitions/event-schemas/m.receipt.yaml b/data/api/server-server/definitions/event-schemas/m.receipt.yaml index 76cdaf11..0b064ff1 100644 --- a/data/api/server-server/definitions/event-schemas/m.receipt.yaml +++ b/data/api/server-server/definitions/event-schemas/m.receipt.yaml @@ -41,7 +41,9 @@ allOf: # on. At that point, m.read can become optional (maybe). "m.read": type: object - description: Read receipts for users in the room. + description: |- + Read receipts for users in the room. The string key is the user + ID the receipt belongs to. additionalProperties: type: object title: User Read Receipt