You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
507 B
Plaintext
22 lines
507 B
Plaintext
7 years ago
|
---
|
||
|
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
|