Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Remove _get_events_cache check optimisation from _have_seen_events_dict #14161

Merged
merged 4 commits into from
Oct 18, 2022

Commits on Oct 12, 2022

  1. Remove _get_events_cache check from _have_seen_events_dict

    Checking this cache is currently an invalid assumption, as the _get_event_cache is not correctly
    invalidated when purging events from a room. Remove this optimisation for now as its causing
    more harm than good.
    
    We can re-add it after fixing _get_event_cache.
    anoadragon453 committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    46f5f30 View commit details
    Browse the repository at this point in the history
  2. changelog

    anoadragon453 committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    222d270 View commit details
    Browse the repository at this point in the history
  3. Remove test that checked for optimisation

    a bit depressing
    anoadragon453 committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    1d24bd3 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    26cec34 View commit details
    Browse the repository at this point in the history