MatrixSynapse/synapse/handlers
Patrick Cloke 75dff3dc98
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).
2022-05-04 08:38:18 -04:00
..
ui_auth Add option to enable token registration without requiring 3pids (#12526) 2022-04-27 12:57:53 +00:00
__init__.py
account.py
account_data.py
account_validity.py
admin.py
appservice.py Bound ephemeral events by key (#12544) 2022-04-26 20:14:21 +01:00
auth.py Remove unused `# type: ignore`s (#12531) 2022-04-27 14:03:44 +01:00
cas.py
deactivate_account.py
device.py Mark remote device list updates as already handled (#12557) 2022-04-26 17:07:21 +01:00
devicemessage.py
directory.py
e2e_keys.py
e2e_room_keys.py
event_auth.py
events.py remove constantly lib use and switch to enums. (#12624) 2022-05-04 11:26:11 +00:00
federation.py remove constantly lib use and switch to enums. (#12624) 2022-05-04 11:26:11 +00:00
federation_event.py remove constantly lib use and switch to enums. (#12624) 2022-05-04 11:26:11 +00:00
groups_local.py
identity.py
initial_sync.py
message.py remove constantly lib use and switch to enums. (#12624) 2022-05-04 11:26:11 +00:00
oidc.py Remove unused `# type: ignore`s (#12531) 2022-04-27 14:03:44 +01:00
pagination.py
password_policy.py
presence.py Prevent a sync request from removing a user's busy presence status (#12213) 2022-04-13 16:21:07 +01:00
profile.py
push_rules.py Add a module API to allow modules to edit push rule actions (#12406) 2022-04-27 13:55:33 +00:00
read_marker.py
receipts.py Bound ephemeral events by key (#12544) 2022-04-26 20:14:21 +01:00
register.py
relations.py Include bundled aggregations for the latest event in a thread. (#12273) 2022-05-04 08:38:18 -04:00
room.py
room_batch.py Optimise backfill calculation (#12522) 2022-04-26 10:27:11 +01:00
room_list.py
room_member.py
room_member_worker.py
room_summary.py
saml.py
search.py Remove unused `# type: ignore`s (#12531) 2022-04-27 14:03:44 +01:00
send_email.py
set_password.py
sso.py
state_deltas.py
stats.py
sync.py Fix missing sync events during historical batch imports (#12319) 2022-04-13 11:38:35 +01:00
typing.py
user_directory.py