Skip to content

Commit

Permalink
Remove required attribute from m.room.avatar url
Browse files Browse the repository at this point in the history
It is not actually required in practice.
  • Loading branch information
jplatte committed Mar 8, 2022
1 parent 3747d8b commit 1236b34
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions data/event-schemas/schema/m.room.avatar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1236b34

Please sign in to comment.