matrix-org / dendrite

Dendrite is a second-generation Matrix homeserver written in Go!
https://matrix-org.github.io/dendrite/
Apache License 2.0
5.75k stars 676 forks source link

Support for MSC3440 #2938

Open ryester19 opened 1 year ago

ryester19 commented 1 year ago

Description:

Now that Element Web and Android has enabled threading by default, Dendrite should fully support this. From what I've read and witnessed, enabling MSC2836 isn't enough for an Element client to see a Dendrite homeserver as supporting threading.

clokep commented 1 year ago

enabling MSC2836 isn't enough for an Element client to see a Dendrite homeserver as supporting threading.

MSC2836 is a different proposal than what was merged (and is essentially unrelated to the threading in MSC3440).

Dendrite would need to support:

As well as any MSCs which those depend on.

notramo commented 1 year ago

Why does it depend on MSC3865?

clokep commented 1 year ago

Why does it depend on MSC3865?

I typed, it is MSC3856, not MSC3865. I've updated the list in the comment above to reflect this.