-
Notifications
You must be signed in to change notification settings - Fork 385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MSC4011: Thumbnail media negotiation #4011
base: main
Are you sure you want to change the base?
Conversation
be unable to cope with actually receiving different types of media. This seems | ||
unlikely and would be up-to clients to fix. | ||
|
||
## Alternatives |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I hadn't had a chance yet to fully search for alternatives. 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
### Impact on bridges | ||
|
||
??? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There stands to be a reasonable improvement for bridges, in that we could start requesting more compact formats when bridging images/videos etc to external networks. For instance, we could convert images to webp upon bridging to Discord if we wanted to, rather than serving the current files.
Bridges stand to benefit in about the same way as clients, albeit possibly unless the remote client limits our upload sizes it's probably not such a huge concern
Co-authored-by: Hubert Chathi <[email protected]>
@clokep @Half-Shot : as authors, what's keeping this in draft? It feels ready for broader review/implementation. |
I think I was hoping @Half-Shot could fill in the impact on bridges section. (I see he left a comment though -- probably just needs to be converted to prose?) |
Rendered
Author: @clokep, @Half-Shot
Fixes matrix-org/matrix-spec#453