You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
In order for MSC3440 to be successful it proposes being explicit about the behavior in MSC2675 that the /relations API should include the bundled relations of each returned event.
Which asserts that we don't allow relations to relations, but I don't think this is accurate. If this is a problem for edits we might need to solve this a different way.
The text was updated successfully, but these errors were encountered:
In order for MSC3440 to be successful it proposes being explicit about the behavior in MSC2675 that the
/relations
API should include the bundled relations of each returned event.The behavior here was changed a few times:
original_event
field), which was done in Include the original event in /relations #5626. Both of these fields included bundle aggregations (which is a bit odd since you're requesting the relations).The proposal here is to include them on the relations event. Note that #5654 includes the following:
The code in question lies at:
synapse/synapse/rest/client/relations.py
Lines 232 to 237 in 1f9d0b8
Which asserts that we don't allow relations to relations, but I don't think this is accurate. If this is a problem for edits we might need to solve this a different way.
The text was updated successfully, but these errors were encountered: