Clarify that room avatars cannot be encrypted (#1871)
Fixes: #562 Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>pull/1892/head
parent
9f2891d95c
commit
7820771fdd
@ -0,0 +1 @@
|
||||
Clarify that room avatars cannot be encrypted.
|
@ -0,0 +1,28 @@
|
||||
description: Metadata about an avatar image.
|
||||
properties:
|
||||
h:
|
||||
description: |-
|
||||
The intended display height of the image in pixels. This may
|
||||
differ from the intrinsic dimensions of the image file.
|
||||
type: integer
|
||||
w:
|
||||
description: |-
|
||||
The intended display width of the image in pixels. This may
|
||||
differ from the intrinsic dimensions of the image file.
|
||||
type: integer
|
||||
mimetype:
|
||||
description: The mimetype of the image, e.g. `image/jpeg`.
|
||||
type: string
|
||||
size:
|
||||
description: Size of the image in bytes.
|
||||
type: integer
|
||||
thumbnail_url:
|
||||
description: |-
|
||||
The URL (typically [`mxc://` URI](/client-server-api/#matrix-content-mxc-uris)) to a thumbnail of the image.
|
||||
type: string
|
||||
thumbnail_info:
|
||||
allOf:
|
||||
- $ref: thumbnail_info.yaml
|
||||
description: Metadata about the image referred to in `thumbnail_url`.
|
||||
title: AvatarInfo
|
||||
type: object
|
Loading…
Reference in New Issue