mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-25 12:34:10 +01:00
Remove required attribute from m.room.avatar url
It is not actually required in practice.
This commit is contained in:
parent
4da11a99c3
commit
00787ae96b
|
|
@ -10,10 +10,11 @@ properties:
|
||||||
- $ref: core-event-schema/msgtype_infos/image_info.yaml
|
- $ref: core-event-schema/msgtype_infos/image_info.yaml
|
||||||
description: Metadata about the image referred to in `url`.
|
description: Metadata about the image referred to in `url`.
|
||||||
url:
|
url:
|
||||||
description: The URL to the image.
|
description: |-
|
||||||
|
The URL to the image.
|
||||||
|
|
||||||
|
If this isn't set, that means a previous room avatar has been unset.
|
||||||
type: string
|
type: string
|
||||||
required:
|
|
||||||
- url
|
|
||||||
type: object
|
type: object
|
||||||
state_key:
|
state_key:
|
||||||
description: A zero-length string.
|
description: A zero-length string.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue