-
Notifications
You must be signed in to change notification settings - Fork 384
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'old_master' into travis/msc/widgets-send-receive-events
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Remove `mimetype` from `EncryptedFile` object | ||
|
||
|
||
## Proposal | ||
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 | ||
the object definition. As that is duplicate information of the `info` block of file events, the | ||
mimetype should just be removed alltogether. | ||
|
||
|
||
## Potential issues | ||
Some clients might depend on this. However, as of August 2021, all known clients have | ||
been confirmed to not use this. |