-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Stabilize support for MSC2675: /relations endpoint #11753
Comments
It is not explicit in the MSC, but it seems we also don't return any bundled aggregations for a redacted event. We likely should since that would match the behavior of being able to call |
Another piece of this that seems broken is that currently you cannot paginate this API using the results of a |
This is due to the usage of
This all seems fairly straightforward (although finicky), but the similar code in the |
This is done, minus removing support for the |
I think Matrix v1.3 included this endpoint, so we can probably finish up this work now. Also see #14104. |
MSC2675 is currently in FCP (to complete tomorrow, barring any concerns). We have a few bits of work to do to stabilize support in Synapse for it:
/relations
./relations
/sync
and/messages
.v1
prefix for/relations
.unstable
prefix for/relations
.Those were all the differences that I found by reading through it, but there could be more.
The text was updated successfully, but these errors were encountered: