mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-24 01:58:36 +01:00
22 lines
507 B
Plaintext
22 lines
507 B
Plaintext
|
|
---
|
||
|
|
allOf:
|
||
|
|
- $ref: core-event-schema/event.yaml
|
||
|
|
description: |-
|
||
|
|
A map of users which are considered ignored is kept in ``acount_data``
|
||
|
|
in an event type of ``m.ignored_user_list``.
|
||
|
|
properties:
|
||
|
|
content:
|
||
|
|
type: object
|
||
|
|
patternProperties:
|
||
|
|
"^@":
|
||
|
|
type: "object"
|
||
|
|
title: "Ignored User"
|
||
|
|
description: "An empty object for future enhancement"
|
||
|
|
x-pattern: "$USER_ID"
|
||
|
|
type:
|
||
|
|
enum:
|
||
|
|
- m.ignored_user_list
|
||
|
|
type: string
|
||
|
|
title: Ignored User List
|
||
|
|
type: object
|