diff --git a/data/event-schemas/schema/m.image_pack.rooms.yaml b/data/event-schemas/schema/m.image_pack.rooms.yaml index 462d324e..474df9ac 100644 --- a/data/event-schemas/schema/m.image_pack.rooms.yaml +++ b/data/event-schemas/schema/m.image_pack.rooms.yaml @@ -20,9 +20,6 @@ properties: Each entry references a specific `m.room.image_pack` state event that the user has enabled globally. - The bottom-level object is reserved for future use. Clients SHOULD treat it as opaque and preserve any unrecognised - properties when modifying this event. - A room ID present as a key but with no `state_key` entries (i.e. an empty inner object) currently has no defined meaning. @@ -34,7 +31,8 @@ properties: description: | Map from image pack `state_key` to an empty object. - The bottom-level object is reserved ... + The bottom-level object is reserved for future use. Clients SHOULD treat it + as opaque and preserve any unrecognised properties when modifying this event. type: object additionalProperties: type: object