forked from MirrorHub/synapse
fa8616e65c
Fix MSC3030 `/timestamp_to_event` endpoint returning `outliers` that it has no idea whether are near a gap or not (and therefore unable to determine whether it's actually the closest event). The reason Synapse doesn't know whether an `outlier` is next to a gap is because our gap checks rely on entries in the `event_edges`, `event_forward_extremeties`, and `event_backward_extremities` tables which is [not the case for `outliers`]( |
||
---|---|---|
.. | ||
__init__.py | ||
test_account.py | ||
test_account_data.py | ||
test_auth.py | ||
test_capabilities.py | ||
test_consent.py | ||
test_devices.py | ||
test_directory.py | ||
test_ephemeral_message.py | ||
test_events.py | ||
test_filter.py | ||
test_identity.py | ||
test_keys.py | ||
test_login.py | ||
test_login_token_request.py | ||
test_models.py | ||
test_mutual_rooms.py | ||
test_notifications.py | ||
test_password_policy.py | ||
test_power_levels.py | ||
test_presence.py | ||
test_profile.py | ||
test_push_rule_attrs.py | ||
test_redactions.py | ||
test_register.py | ||
test_relations.py | ||
test_rendezvous.py | ||
test_report_event.py | ||
test_retention.py | ||
test_room_batch.py | ||
test_rooms.py | ||
test_sendtodevice.py | ||
test_shadow_banned.py | ||
test_sync.py | ||
test_third_party_rules.py | ||
test_transactions.py | ||
test_typing.py | ||
test_upgrade_room.py | ||
utils.py |