mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-25 10:28:37 +01:00
Add clarity to the m.ignored_user_list
Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
624082d221
commit
6e7d264bc7
|
|
@ -2,7 +2,7 @@
|
|||
allOf:
|
||||
- $ref: core-event-schema/event.yaml
|
||||
description: |-
|
||||
A map of users which are considered ignored is kept in ``acount_data``
|
||||
A map of users which are considered ignored is kept in ``account_data``
|
||||
in an event type of ``m.ignored_user_list``.
|
||||
properties:
|
||||
content:
|
||||
|
|
@ -10,6 +10,8 @@ properties:
|
|||
properties:
|
||||
ignored_users:
|
||||
type: object
|
||||
title: "Ignored users"
|
||||
description: "The map of users to ignore"
|
||||
patternProperties:
|
||||
"^@":
|
||||
type: "object"
|
||||
|
|
|
|||
Loading…
Reference in a new issue