From ac899df5129c22472b55506fc8931d2d555bdcfd Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 9 Mar 2022 17:36:28 +0100 Subject: [PATCH] Update m.room.avatar url field decription --- data/event-schemas/schema/m.room.avatar.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/data/event-schemas/schema/m.room.avatar.yaml b/data/event-schemas/schema/m.room.avatar.yaml index 4b484f3f..a4777af4 100644 --- a/data/event-schemas/schema/m.room.avatar.yaml +++ b/data/event-schemas/schema/m.room.avatar.yaml @@ -11,9 +11,8 @@ properties: description: Metadata about the image referred to in `url`. url: description: |- - The URL to the image. - - If this isn't set, that means a previous room avatar has been unset. + The URL to the image. If this property is not present, the room has no avatar. This can be useful + to remove a previous room avatar. type: string type: object state_key: