Skip to content

Commit 12e6603

Browse files
committed
Merge branch 'old_master' into travis/msc/widgets-send-receive-events
2 parents aeadae8 + e895827 commit 12e6603

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
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)