Skip to content

Commit e895827

Browse files
Sorunomeuhoreg
andauthoredAug 30, 2021
MSC2582: Remove mimetype from EncryptedFile object (#2582)
* add proposal * Update proposals/2582-remove-mimetype-from-encrypted-file.md Co-authored-by: Hubert Chathi <hubert@uhoreg.ca> * Update proposals/2582-remove-mimetype-from-encrypted-file.md Co-authored-by: Hubert Chathi <hubert@uhoreg.ca> Co-authored-by: Hubert Chathi <hubert@uhoreg.ca>
1 parent 841bdf5 commit e895827

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Remove `mimetype` from `EncryptedFile` object
2+
3+
4+
## Proposal
5+
The example in the spec currently lists `mimetype` in the [examples for `EncryptedFile`](https://matrix.org/docs/spec/client_server/r0.6.1#extensions-to-m-message-msgtypes) but not in
6+
the object definition. As that is duplicate information of the `info` block of file events, the
7+
mimetype should just be removed alltogether.
8+
9+
10+
## Potential issues
11+
Some clients might depend on this. However, as of August 2021, all known clients have
12+
been confirmed to not use this.

0 commit comments

Comments
 (0)