summary refs log tree commit diff
path: root/synapse/storage/engines/postgres.py
diff options
context:
space:
mode:
authorMathieu Velten <mathieu.velten@beta.gouv.fr>2024-12-10 14:26:38 +0000
committerGitHub <noreply@github.com>2024-12-10 14:26:38 +0000
commit5cf74c2da0c9d94db2fe8bb91234890a14bb7b91 (patch)
tree06859d32ca7bb8c3b29d32dd835c7d361a79cf20 /synapse/storage/engines/postgres.py
parentReorganize account data, receipts and presence request regexps in generic_wor... (diff)
downloadsynapse-5cf74c2da0c9d94db2fe8bb91234890a14bb7b91.tar.xz
Fix bug when rejecting withdrew invite with a third_party_rules module (#17930)
When rejecting a withdrew invite through federation, an out of band
event needs to be created.

When doing so with a third_party_rules module installed,
`get_prev_state_ids` [is
called](https://github.com/element-hq/synapse/blob/e0fdb862cbbddc920a30233024eb99038ee2fb28/synapse/module_api/callbacks/third_party_event_rules_callbacks.py#L285)
on the context to calculate the state to pass at `check_event_allowed`
callbacks.

The context for outliers is defined
[here](https://github.com/element-hq/synapse/blob/e0fdb862cbbddc920a30233024eb99038ee2fb28/synapse/events/snapshot.py#L168),
and `state_group_before_event` is None.

This change makes the behavior of `get_prev_state_ids` and
`get_current_state_ids` match the one presented in the docstring
regarding null state_group.
Diffstat (limited to 'synapse/storage/engines/postgres.py')
0 files changed, 0 insertions, 0 deletions