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.
MSC2675 says that /sync is one of the APIs which should bundle aggregations:
GET /sync, only for room sections in the response where limited field is true; this amounts to all rooms in the response if the since request parameter was not passed, also known as an initial sync.
Currently it always disables bundled aggregations for this endpoint, see #5220.
MSC2675 says that
/sync
is one of the APIs which should bundle aggregations:Currently it always disables bundled aggregations for this endpoint, see #5220.
We should also double check the other endpoints:
GET /rooms/{roomId}/messages
-- see codeGET /rooms/{roomId}/context
-- see code (note that this doesn't bundle them for state events, unclear if this is "fine" or not)GET /rooms/{roomId}/event/{eventId}
-- see codeGET /sync
GET /relations
-- see Include bundled events when requesting relations #11087The text was updated successfully, but these errors were encountered: