From 6e7d264bc7718c292517cedccd392755c3d6c36b Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 6 Mar 2018 10:32:18 -0700 Subject: [PATCH] Add clarity to the m.ignored_user_list Signed-off-by: Travis Ralston --- event-schemas/schema/m.ignored_user_list | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/event-schemas/schema/m.ignored_user_list b/event-schemas/schema/m.ignored_user_list index 1ea47c41..7f7a6604 100644 --- a/event-schemas/schema/m.ignored_user_list +++ b/event-schemas/schema/m.ignored_user_list @@ -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"