From 1236b343dba7bce117303ea34cfaf7a49ae0b1ef Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Tue, 8 Mar 2022 14:20:31 +0100 Subject: [PATCH] Remove required attribute from m.room.avatar url It is not actually required in practice. --- data/event-schemas/schema/m.room.avatar.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/data/event-schemas/schema/m.room.avatar.yaml b/data/event-schemas/schema/m.room.avatar.yaml index 7d4b90b15..5c7099fbd 100644 --- a/data/event-schemas/schema/m.room.avatar.yaml +++ b/data/event-schemas/schema/m.room.avatar.yaml @@ -12,8 +12,6 @@ properties: url: description: The URL to the image. type: string - required: - - url type: object state_key: description: A zero-length string.