forked-synapse/synapse/events
Patrick Cloke 96274565ff
Fix bundling aggregations if unsigned is not a returned event field. (#12234)
An error occured if a filter was supplied with `event_fields` which did not include
`unsigned`.

In that case, bundled aggregations are still added as the spec states it is allowed
for servers to add additional fields.
2022-03-16 12:17:39 -04:00
..
__init__.py Add FrozenEvent.get_state_key and use it in a couple of places (#11793) 2022-01-21 09:10:01 +00:00
builder.py Remove HomeServer.get_datastore() (#12031) 2022-02-23 11:04:02 +00:00
presence_router.py Add type hints to synapse.events.*. (#11066) 2021-10-13 07:24:07 -04:00
snapshot.py Faster joins: persist to database (#12012) 2022-03-01 12:49:54 +00:00
spamcheck.py fix misleading comment in check_events_for_spam (#12203) 2022-03-10 09:40:07 -08:00
third_party_rules.py Add third_party module callbacks to check if a user can delete a room and deactivate a user (#12028) 2022-03-09 18:23:57 +00:00
utils.py Fix bundling aggregations if unsigned is not a returned event field. (#12234) 2022-03-16 12:17:39 -04:00
validator.py Fix another jsonschema typecheck error (#11830) 2022-01-25 15:29:28 -05:00