-
- Downloads
Include bundled aggregations for the latest event in a thread. (#12273)
The `latest_event` field of the bundled aggregations for `m.thread` relations did not include bundled aggregations itself. This resulted in clients needing to immediately request the event from the server (and thus making it useless that the latest event itself was serialized instead of just including an event ID).
Showing
- changelog.d/12273.bugfix 1 addition, 0 deletionschangelog.d/12273.bugfix
- synapse/events/utils.py 33 additions, 22 deletionssynapse/events/utils.py
- synapse/handlers/relations.py 54 additions, 20 deletionssynapse/handlers/relations.py
- synapse/storage/databases/main/relations.py 3 additions, 8 deletionssynapse/storage/databases/main/relations.py
- tests/rest/client/test_relations.py 107 additions, 1 deletiontests/rest/client/test_relations.py
Loading
Please register or sign in to comment