mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 04:54:10 +01:00
Document user ID key
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
80b2f40cfb
commit
df64983d40
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue