element-hq / dendrite

Dendrite is a second-generation Matrix homeserver written in Go!
https://element-hq.github.io/dendrite/
GNU Affero General Public License v3.0
46 stars 7 forks source link

MSC2448: Blurhash #1735

Open matrixbot opened 4 weeks ago

matrixbot commented 4 weeks ago

This issue was originally created by @kegsay at https://github.com/matrix-org/dendrite/issues/1735.

We should implement the /upload bit of this - https://github.com/matrix-org/matrix-doc/pull/2448

matrixbot commented 4 weeks ago

This comment was originally posted by @Xinayder at https://github.com/matrix-org/dendrite/issues/1735#issuecomment-1606171022.

I have played around trying to implement this and I have a question: does this implicate in a database schema change, where the server will be able to store the blurhashes, or it will only be sent to the room if the client requests the server to generate the blurhash for it?