mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-30 06:04:10 +02:00
Remove extraneous mimetype from EncryptedFile examples, per MSC2582 (#3412)
* Remove extraneous mimetype from EncryptedFile examples, per MSC2582 MSC: https://github.com/matrix-org/matrix-doc/pull/2582 * changelog
This commit is contained in:
parent
7e67aa2e23
commit
b7e6104713
|
|
@ -0,0 +1 @@
|
||||||
|
Remove extraneous `mimetype` from `EncryptedFile` examples, as per [MSC2582](https://github.com/matrix-org/matrix-doc/pull/2582).
|
||||||
|
|
@ -282,7 +282,6 @@ Example:
|
||||||
"body": "something-important.jpg",
|
"body": "something-important.jpg",
|
||||||
"file": {
|
"file": {
|
||||||
"url": "mxc://example.org/FHyPlCeYUSFFxlgbQYZmoEoe",
|
"url": "mxc://example.org/FHyPlCeYUSFFxlgbQYZmoEoe",
|
||||||
"mimetype": "image/jpeg",
|
|
||||||
"v": "v2",
|
"v": "v2",
|
||||||
"key": {
|
"key": {
|
||||||
"alg": "A256CTR",
|
"alg": "A256CTR",
|
||||||
|
|
@ -312,7 +311,6 @@ Example:
|
||||||
"key_ops": ["encrypt", "decrypt"],
|
"key_ops": ["encrypt", "decrypt"],
|
||||||
"kty": "oct"
|
"kty": "oct"
|
||||||
},
|
},
|
||||||
"mimetype": "image/jpeg",
|
|
||||||
"url": "mxc://example.org/pmVJxyxGlmxHposwVSlOaEOv",
|
"url": "mxc://example.org/pmVJxyxGlmxHposwVSlOaEOv",
|
||||||
"v": "v2"
|
"v": "v2"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue