Document user ID key

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille 2023-09-19 17:31:31 +02:00
parent 80b2f40cfb
commit df64983d40
No known key found for this signature in database
GPG key ID: 29A48C1F03620416

View file

@ -41,7 +41,9 @@ allOf:
# on. At that point, m.read can become optional (maybe). # on. At that point, m.read can become optional (maybe).
"m.read": "m.read":
type: object 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: additionalProperties:
type: object type: object
title: User Read Receipt title: User Read Receipt