mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-06-13 11:47:48 +02:00
Links to EncryptedFile
This commit is contained in:
parent
ef50deccd5
commit
515279709a
|
|
@ -27,8 +27,7 @@ properties:
|
|||
pattern: "^mxc:\\/\\/"
|
||||
thumbnail_file:
|
||||
description: |-
|
||||
Information on the encrypted thumbnail file, as specified in
|
||||
[End-to-end encryption](/client-server-api/#sending-encrypted-attachments).
|
||||
An [EncryptedFile](/client-server-api/#definition-encryptedfile) structure.
|
||||
Only present if the thumbnail is encrypted.
|
||||
title: EncryptedFile
|
||||
type: object
|
||||
|
|
|
|||
|
|
@ -58,9 +58,7 @@ properties:
|
|||
pattern: "^mxc:\\/\\/"
|
||||
file:
|
||||
description: |-
|
||||
Required if the file is encrypted. Information on the encrypted
|
||||
file, as specified in
|
||||
[End-to-end encryption](/client-server-api/#sending-encrypted-attachments).
|
||||
Required if the file is encrypted. An [EncryptedFile](/client-server-api/#definition-encryptedfile) structure.
|
||||
title: EncryptedFile
|
||||
type: object
|
||||
required:
|
||||
|
|
|
|||
|
|
@ -48,8 +48,7 @@ properties:
|
|||
pattern: "^mxc:\\/\\/"
|
||||
thumbnail_file:
|
||||
description: |-
|
||||
Information on the encrypted thumbnail file, as specified in
|
||||
[End-to-end encryption](/client-server-api/#sending-encrypted-attachments).
|
||||
An [EncryptedFile](/client-server-api/#definition-encryptedfile) structure.
|
||||
Only present if the thumbnail is encrypted.
|
||||
title: EncryptedFile
|
||||
type: object
|
||||
|
|
@ -72,9 +71,7 @@ properties:
|
|||
pattern: "^mxc:\\/\\/"
|
||||
file:
|
||||
description: |-
|
||||
Required if the file is encrypted. Information on the encrypted
|
||||
file, as specified in
|
||||
[End-to-end encryption](/client-server-api/#sending-encrypted-attachments).
|
||||
Required if the file is encrypted. An [EncryptedFile](/client-server-api/#definition-encryptedfile) structure.
|
||||
title: EncryptedFile
|
||||
type: object
|
||||
required:
|
||||
|
|
|
|||
|
|
@ -48,9 +48,7 @@ properties:
|
|||
pattern: "^mxc:\\/\\/"
|
||||
file:
|
||||
description: |-
|
||||
Required if the file is encrypted. Information on the encrypted
|
||||
file, as specified in
|
||||
[End-to-end encryption](/client-server-api/#sending-encrypted-attachments).
|
||||
Required if the file is encrypted. An [EncryptedFile](/client-server-api/#definition-encryptedfile) structure.
|
||||
title: EncryptedFile
|
||||
type: object
|
||||
required:
|
||||
|
|
|
|||
|
|
@ -31,8 +31,7 @@ properties:
|
|||
pattern: "^mxc:\\/\\/"
|
||||
thumbnail_file:
|
||||
description: |-
|
||||
Information on the encrypted thumbnail file, as specified in
|
||||
[End-to-end encryption](/client-server-api/#sending-encrypted-attachments).
|
||||
An [EncryptedFile](/client-server-api/#definition-encryptedfile) structure.
|
||||
Only present if the thumbnail is encrypted.
|
||||
title: EncryptedFile
|
||||
type: object
|
||||
|
|
|
|||
|
|
@ -58,8 +58,7 @@ properties:
|
|||
pattern: "^mxc:\\/\\/"
|
||||
thumbnail_file:
|
||||
description: |-
|
||||
Information on the encrypted thumbnail file, as specified in
|
||||
[End-to-end encryption](/client-server-api/#sending-encrypted-attachments).
|
||||
An [EncryptedFile](/client-server-api/#definition-encryptedfile) structure.
|
||||
Only present if the thumbnail is encrypted.
|
||||
title: EncryptedFile
|
||||
type: object
|
||||
|
|
@ -82,9 +81,7 @@ properties:
|
|||
pattern: "^mxc:\\/\\/"
|
||||
file:
|
||||
description: |-
|
||||
Required if the file is encrypted. Information on the encrypted
|
||||
file, as specified in
|
||||
[End-to-end encryption](/client-server-api/#sending-encrypted-attachments).
|
||||
Required if the file is encrypted. An [EncryptedFile](/client-server-api/#definition-encryptedfile) structure.
|
||||
title: EncryptedFile
|
||||
type: object
|
||||
required:
|
||||
|
|
|
|||
Loading…
Reference in a new issue