mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-12 15:14:46 +00:00
77b692e65d
The stream cache keeps track of all entities that have changed since a particular stream position, so get_entities_changed does not need to return unknown entites when given a larger stream position. This makes it consistent with the behaviour of has_entity_changed.