Following up on matrix-org/matrix-doc#3440 We want to move away from using `m.in_reply_to` to build threads, and instead use a new relation type `m.thread`. - [x] `io.element.thread` should be used in place of `m.thread` as relation type before the MSC has shipped - [x] Make sure that `m.thread` can be combined with `m.in_reply_to` to allow quote relies in threads - [x] Remove all support for `io.element.in_thread` and `m.in_thread`
Following up on matrix-org/matrix-spec-proposals#3440
We want to move away from using
m.in_reply_toto build threads, and instead use a new relation typem.thread.io.element.threadshould be used in place ofm.threadas relation type before the MSC has shippedm.threadcan be combined withm.in_reply_toto allow quote relies in threadsio.element.in_threadandm.in_thread